1.进入页面时候无限下拉刷新 过一会才停。
因为我把隐藏下拉加载的菊花动画 写在了tableView的后面 造成了这样的结果
没遇到过的童鞋可以自己试试
正确写法:
2.在写推送的时候遇到这样的报错
You've implemented -[<UIApplicationDelegate> application:didReceiveRemoteNotification:fetchCompletionHandler:], but you still need to add "remote-notification" to the list of your supported UIBackgroundModes in your Info.plist.
说明你的xcode没有开启推送