摘要:转自:http://blog.csdn.net/lvxiangan/article/details/45288505#define IS_IPAD (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)#define IS_IPHONE (UI_...
阅读全文
posted @ 2015-05-12 18:48
|
||
随笔分类 - Xcode
摘要:转自:http://blog.csdn.net/lvxiangan/article/details/45288505#define IS_IPAD (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)#define IS_IPHONE (UI_...
阅读全文
posted @ 2015-05-12 18:48
摘要:转自:http://blog.csdn.net/a921800467b/article/details/38386787http://www.cocoachina.com/bbs/read.php?tid=86244http://www.ooso.net/archives/617http://blo...
阅读全文
posted @ 2015-05-12 16:35
摘要:转自:http://blog.csdn.net/biaobiaoqi/article/details/8058503一、消息推送原理:在实现消息推送之前先提及几个于推送相关概念,如下图1-1:1、Provider:就是为指定IOS设备应用程序提供Push的服务器,(如果IOS设备的应用程序是客户端的...
阅读全文
posted @ 2015-04-08 18:16
|
||