摘要: 利用APNS进行消息推送原理APNS 是Apple Push Notification Service(Apple Push服务器)的缩写,是苹果的服务器。APNS推送可以分为三个阶段:第一阶段:推送服务器应用程序把要发送的消息、目的iPhone的标识打包,发给APNS。第二阶段:APNS在自身的已... 阅读全文
posted @ 2014-12-02 15:16 銱ル╬鎯噹 阅读(186) 评论(0) 推荐(0) 编辑
摘要: - (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. //UIView UIView *view=[[UIView alloc]initWithFrame:CGRec... 阅读全文
posted @ 2014-12-02 14:47 銱ル╬鎯噹 阅读(151) 评论(0) 推荐(0) 编辑
摘要: - (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. UIImageView *imageView=[[UIImageView alloc]initWithFrame... 阅读全文
posted @ 2014-12-02 14:46 銱ル╬鎯噹 阅读(124) 评论(0) 推荐(0) 编辑
摘要: - (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. //显示图片的UIImageView UIImageView *imageview=[[UIImageView... 阅读全文
posted @ 2014-12-02 14:44 銱ル╬鎯噹 阅读(100) 评论(0) 推荐(0) 编辑