
iOS开发
文章平均质量分 72
jenslei
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ios的touch ID 验证开发
(void)authenticateUser { //初始化上下文对象 LAContext* context = [[LAContext alloc] init]; //错误对象 NSError* error = nil; NSString* result = @”Authentication is needed to access your notes.”;//首先使用canEvalu原创 2015-12-20 22:51:21 · 388 阅读 · 0 评论 -
Attributes的使用
1.NSKernAttributeName:@10 调整字句 kerning 字句调整 2.NSFontAttributeName :[UIFont systemFontOfSize:_fontSize] 设置字体 3.NSForegroundColorAttributeName:[UIColor redColor] 设置文字颜色原创 2016-03-27 18:59:54 · 1325 阅读 · 0 评论