上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 41 下一页

YTK请求 打印url

摘要: NSLog(@"%@",[request currentRequest].URL); 阅读全文
posted @ 2017-10-22 16:12 土匪7 阅读(162) 评论(0) 推荐(0)

scrollView + tableview 上下滑动失效

摘要: scrollView + tableview 上下滑动失效 控制器添加的 要加到子控制器,不然被销毁了 [self addChildViewController:chatVC]; 阅读全文
posted @ 2017-10-19 10:38 土匪7 阅读(299) 评论(0) 推荐(0)

Guideline 2.1 - Information Needed

摘要: For information about testing your app and preparing it for review, please see Technical Note TN2431: App Testing Guide. For a networking overview, pl 阅读全文
posted @ 2017-10-18 14:22 土匪7 阅读(3763) 评论(0) 推荐(0)

审核被拒绝。附近??Guideline 5.1.2

摘要: 5. 1.2 Legal: Privacy - Data Use and Sharing Guideline 5.1.2 - Legal - Privacy - Data Use and Sharing Your app enables the display of nearby users' lo 阅读全文
posted @ 2017-10-18 13:00 土匪7 阅读(3350) 评论(0) 推荐(0)

HG工作总结经验教训

该文被密码保护。 阅读全文
posted @ 2017-10-15 10:16 土匪7 阅读(1) 评论(0) 推荐(0)

Xcode 9运行h d f报错

摘要: SocialSDKXib/UMSCommentInputController.xib: error: Illegal Configuration: Compiling IB documents for earlier than iOS 7 is no longer supported. XCode 阅读全文
posted @ 2017-10-13 18:44 土匪7 阅读(356) 评论(0) 推荐(0)

眠眠interview Question

摘要: 1. Wkwebkit在异步回调 如何像webview的回调 一样在主线程回调。可以使用runloop 解决么? dispatch get main queue http://www.jianshu.com/p/a2fc399075e0 阅读全文
posted @ 2017-10-12 18:57 土匪7 阅读(132) 评论(0) 推荐(0)

设置tabBar中间的按钮比较大的发布

摘要: MainTabBarController.h UITabBarItem *item = [self.tabBar.items objectAtIndex:index]; [item setTitle:title]; if (index==2) { item.imageInsets=UIEdgeIns 阅读全文
posted @ 2017-10-11 22:33 土匪7 阅读(261) 评论(0) 推荐(0)

交接

该文被密码保护。 阅读全文
posted @ 2017-10-11 14:30 土匪7 阅读(7) 评论(0) 推荐(0)

弹性动画

摘要: http://blog.csdn.net/youshaoduo/article/details/53203211 [UIView animateWithDuration:0.3 delay:0.1 usingSpringWithDamping:0.6 initialSpringVelocity:3. 阅读全文
posted @ 2017-10-10 15:55 土匪7 阅读(101) 评论(0) 推荐(0)
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 41 下一页