摘要: RTLabel和RegexKitLite都要导入第三方库 使用Regexkitlite库进行正则表达式的解析 1.库是使用MRR,如果在ARC工程里面使用这个类,必须在project->build phases->compile resources里面将regexKitLite.m的编译... 阅读全文
posted @ 2016-01-18 20:02 王权 阅读(220) 评论(0) 推荐(0) 编辑
摘要: UILabel * label = [[UILabel alloc]initWithFrame:CGRectMake(10, 100, 300, 100)];1.设置文字颜色 label.textColor = [UIColor orangeColor]; label2... 阅读全文
posted @ 2016-01-18 20:00 王权 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 1.Button的定义 UIButton *btn = [UIButton buttonWithType:UIButtonTypeRoundedRect];Button有六种类型 enum { UIButtonTypeCustom = 0, 自定义风格 UIButtonTypeRounde... 阅读全文
posted @ 2016-01-18 19:25 王权 阅读(178) 评论(0) 推荐(0) 编辑