摘要: 1 + (void)drawDashLine:(UIView *)lineView lineLength:(int)lineLength lineSpacing:(int)lineSpacing lineColor:(UIColor *)lineColor 2 { 3 CAShapeLaye... 阅读全文
posted @ 2015-11-06 15:06 久久1234 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 要设置info 文件导入依赖库 看官方文档还要设置-(void)zhifubao{ /*============================================================================*/ /*=======================... 阅读全文
posted @ 2015-11-06 14:43 久久1234 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 代码说话1.这是.h 的东西#import #import "dizhi.h"@protocol dizhidundongViewDeledage @optional-(void)didselectstring:(NSString *)str;@end@interface dizhidundongV... 阅读全文
posted @ 2015-11-06 14:33 久久1234 阅读(1909) 评论(0) 推荐(0) 编辑
摘要: 1.首先下载ZBarSDK,下载地址2.导入sdk ,并导入下面的依赖库3.下面是代码执行@protocol SaoyisaoDelegate -(void)saoyisaojieguo:(NSString *)data;@end@interface SaoyisaoController : UIV... 阅读全文
posted @ 2015-11-06 14:23 久久1234 阅读(408) 评论(0) 推荐(0) 编辑
摘要: 写一个按钮直接复制下面代码视图必须继承 代理//取拍照片- (void)showActionSheet{ UIActionSheet *sheet; if([UIImagePickerController isSourceTypeAvailable:UIImagePickerControlle... 阅读全文
posted @ 2015-11-06 14:04 久久1234 阅读(1890) 评论(0) 推荐(0) 编辑