CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - sms
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - sms - List
[
MacOS develop
]
isms-1[1].0-rc1-src
DL : 0
mac os下的短信收发,主要要看sms的相关东西,这个源码还有其他功能的,自己去看看吧-mac os
Date
: 2026-01-01
Size
: 219kb
User
:
bill.zhou
[
MacOS develop
]
MapKitDemo
DL : 0
ent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.-#import "mapView.h" #import "mapAnnotation.h" @implementation mapView //@synthesize _map, _locationManager -(void)viewDidLoad { [super viewDidLoad] //---------- 1: 定义经度和纬度 CLLocationCoordinate2D center = CLLocationCoordinate2DMake(39.54, 116.25) //---------- 2: 定义比例缩小或放大,值越小,地图越清晰 MKCoordinateSpan span = MKCoordinateSpanMake(0.5, 0.5) //---------- 3:定位一块区域 MKCoordinateRegion region = MKCoordinateRegionMake(center, span) //---------- 4:建立地图 _map = [[MKMapView alloc]initWithFrame:CGRectMake(0, 0, 320, 460)] _map.region = region _map.mapType = MKMapTypeStandard //*** 地图类型,共三种 _map.showsUserLocation = YES // 是否显示用户信息 _map.delegate = self //*** 代理 [self.view addSubview:_map] // 将地图添加到view上 //[_map release]
Date
: 2026-01-01
Size
: 28kb
User
:
pan biny
[
MacOS develop
]
MessageTest
DL : 0
后台无界面发送IMESSAGE,通过调用系统自带的短信发送平台实现,目前只支持IOS5-Background no interface sends IMESSAGE, by calling the system comes with SMS platform, currently only supports IOS5
Date
: 2026-01-01
Size
: 45kb
User
:
KK
[
MacOS develop
]
iOSSMS
DL : 0
无界面发短信 私有API 无界面发短信 私有API-no jiemian sms no jiemian sms no jiemian sms no jiemian sms
Date
: 2026-01-01
Size
: 77kb
User
:
肖丁丁
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.