摘要: #mapKit使用最基本的例子#终点在于注意在iOS8中定位增加的授权请求1.在创建CLLocationManager后,需要进行定位授权。-(CLLocationManager *)mgr{ if (_mgr == nil) { _mgr = [[CLLocat... 阅读全文
posted @ 2015-01-15 22:38 沧海没有水 阅读(139) 评论(0) 推荐(0) 编辑
摘要: #ViewController.m#import "ViewController.h"@interface ViewController ()/** * storybord连线 */@property (weak, nonatomic) IBOutlet UIImageView *imageVie... 阅读全文
posted @ 2015-01-15 22:16 沧海没有水 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 练习的时候做过的一个demo,附上github地址:https://github.com/H0ng/GestureLock#HHView.h#import @class HHView;@protocol HHViewDelegate @optional-(void)showView:(HHView*... 阅读全文
posted @ 2015-01-15 21:54 沧海没有水 阅读(254) 评论(0) 推荐(0) 编辑
摘要: /** * imageWithBackgroundImage:: * * @param backgroundImage 背景图片名 * @param logoImage 水印图片名 * * @return 加上水印后的图片 */+ (instancetype)imageWithB... 阅读全文
posted @ 2015-01-15 20:45 沧海没有水 阅读(220) 评论(0) 推荐(0) 编辑