02 2015 档案
摘要:APNS的推送机制首先我们看一下苹果官方给出的对ios推送机制的解释。如下图Provider就是我们自己程序的后台服务器,APNS是Apple Push Notification Service的缩写,也就是苹果的推送服务器。iPhone当然就是我们的iOS设备了,CllentApp就是我们的客户端...
阅读全文
摘要:一、在工程中添加AddressBook.framework和AddressBookUI.framework二、首先在代码中添加如下import AddressBookimport AddressBookUI三、在添加以下封装好的方法 func getSysContacts() -> [[Str...
阅读全文
摘要:1,这种方法,拨打完电话回不到原来的应用,会停留在通讯录里,而且是直接拨打,不弹出提示var string = "tel:" + "136XXXXXXXX"UIApplication.sharedApplication().openURL(NSURL(string: string)!)2,这种方法,...
阅读全文

浙公网安备 33010602011771号