摘要:下载根据官网demo, 比搜索出来的结果块多了, 而且人家代码特别规范 BMKMapPoint * temppoints = new BMKMapPoint[planPointCounts]; 我按照解决方案把类的后缀改为了.mm文件 在build settings ->Other Linker F
阅读全文
摘要:少一个头文件 #import <BaiduMapAPI_Utils/BMKGeometry.h> 加上这个就好了 <HPHalfScreenTopBar: 0x103570bb0; frame = (0 0; 375 64); layer = <CALayer: 0x1742240a0>>
阅读全文
摘要:在xcode 文件夹下用add group 就可以了,不需要在project 里面添加依赖库
阅读全文
摘要:NSLog(@"%@",[request currentRequest].URL);
阅读全文
摘要:scrollView + tableview 上下滑动失效 控制器添加的 要加到子控制器,不然被销毁了 [self addChildViewController:chatVC];
阅读全文
摘要:For information about testing your app and preparing it for review, please see Technical Note TN2431: App Testing Guide. For a networking overview, pl
阅读全文
摘要: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
阅读全文
摘要:SocialSDKXib/UMSCommentInputController.xib: error: Illegal Configuration: Compiling IB documents for earlier than iOS 7 is no longer supported. XCode
阅读全文
摘要:1. Wkwebkit在异步回调 如何像webview的回调 一样在主线程回调。可以使用runloop 解决么? dispatch get main queue http://www.jianshu.com/p/a2fc399075e0
阅读全文
摘要:MainTabBarController.h UITabBarItem *item = [self.tabBar.items objectAtIndex:index]; [item setTitle:title]; if (index==2) { item.imageInsets=UIEdgeIns
阅读全文
摘要:http://blog.csdn.net/youshaoduo/article/details/53203211 [UIView animateWithDuration:0.3 delay:0.1 usingSpringWithDamping:0.6 initialSpringVelocity:3.
阅读全文
摘要:if (navigationType == UIWebViewNavigationTypeBackForward) { return YES; } 重定向?
阅读全文