2015年1月21日

摘要: 问题现象使用jpush推送消息,当手机端应用已进入后台时,收到消息后不会触发回调,只能点击通知栏的消息后才触发回调。问题解决如果是用jpush,在jpush上发送信息时勾选content-available可用,手机端会走回调didReceiveRemoteNotification-fetchCom... 阅读全文
posted @ 2015-01-21 09:02 trako 阅读(204) 评论(0) 推荐(0)
摘要: - (BOOL)textFieldShouldBeginEditing:(UITextField *)textField{ UIScrollView *scrollView = (UIScrollView *)[self.view viewWithTag:WIN_TAG_SCROLLVIEW]; ... 阅读全文
posted @ 2015-01-21 08:59 trako 阅读(283) 评论(0) 推荐(0)

导航