摘要:
利用APNS进行消息推送原理APNS 是Apple Push Notification Service(Apple Push服务器)的缩写,是苹果的服务器。APNS推送可以分为三个阶段:第一阶段:推送服务器应用程序把要发送的消息、目的iPhone的标识打包,发给APNS。第二阶段:APNS在自身的已... 阅读全文
摘要:
- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. //UIView UIView *view=[[UIView alloc]initWithFrame:CGRec... 阅读全文
摘要:
- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. UIImageView *imageView=[[UIImageView alloc]initWithFrame... 阅读全文
摘要:
- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. //显示图片的UIImageView UIImageView *imageview=[[UIImageView... 阅读全文