摘要: 1.导入第三方库和系统框架2.product设置,注意objc的大小写3.info.plist设置4.appDelegate.m导入头文件#import "AppDelegate.h"#import #import #import "WeiboSDK.h"#import "ViewControlle... 阅读全文
posted @ 2016-01-02 21:20 Bo-tree 阅读(763) 评论(0) 推荐(0)
摘要: 1.导入系统框架/*** 界面效果1 实现定位到输入的地址,并且提示出地址的经纬度*/ 2.viewcontroller.h#import #import @interface ViewController : UIViewController@property (strong, nonatomic... 阅读全文
posted @ 2016-01-02 21:04 Bo-tree 阅读(1238) 评论(0) 推荐(0)
摘要: //原文地址:http://www.cnblogs.com/YouXianMing/p/3989155.html1. 新建工程:2. 创建pch文件:cmd+n->other->PCH file->demo.pch->create3. 在setting里面进行设置:product->cmd+f->p... 阅读全文
posted @ 2016-01-02 18:03 Bo-tree 阅读(168) 评论(0) 推荐(0)