10 2017 档案

error this is not a media message!!!
摘要:融云自定义消息 阅读全文

posted @ 2017-10-31 18:09 土匪7 阅读(144) 评论(0) 推荐(0)

百度地图,规划路径,填坑
摘要:下载根据官网demo, 比搜索出来的结果块多了, 而且人家代码特别规范 BMKMapPoint * temppoints = new BMKMapPoint[planPointCounts]; 我按照解决方案把类的后缀改为了.mm文件 在build settings ->Other Linker F 阅读全文

posted @ 2017-10-27 00:16 土匪7 阅读(351) 评论(0) 推荐(0)

Implicit declaration of function 'BMKCoordinateForMapPoint' is invalid in C99
摘要:少一个头文件 #import <BaiduMapAPI_Utils/BMKGeometry.h> 加上这个就好了 <HPHalfScreenTopBar: 0x103570bb0; frame = (0 0; 375 64); layer = <CALayer: 0x1742240a0>> 阅读全文

posted @ 2017-10-26 19:44 土匪7 阅读(137) 评论(0) 推荐(0)

添加融云sdk报错 link command -v
摘要:在xcode 文件夹下用add group 就可以了,不需要在project 里面添加依赖库 阅读全文

posted @ 2017-10-26 09:07 土匪7 阅读(107) 评论(0) 推荐(0)

MM_接口
该文被密码保护。

posted @ 2017-10-24 15:19 土匪7 阅读(0) 评论(0) 推荐(0)

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 阅读(298) 评论(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 阅读(3760) 评论(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 阅读(3343) 评论(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)

webView内部跳转后 返回不行了
摘要:if (navigationType == UIWebViewNavigationTypeBackForward) { return YES; } 重定向? 阅读全文

posted @ 2017-10-09 17:42 土匪7 阅读(290) 评论(0) 推荐(0)