上一页 1 2 3 4 5 6 7 8 9 ··· 30 下一页
摘要: 将string字符串转换为array数组 NSArray *array = [Str componentsSeparatedByString:@","]; ==反向方法 将array数组转换为string字符串 NSString *tempString = [mutableArray compone 阅读全文
posted @ 2019-09-06 10:06 iOS张文权 阅读(1267) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/lg767201403/article/details/82761448 阅读全文
posted @ 2019-09-05 16:51 iOS张文权 阅读(131) 评论(0) 推荐(0) 编辑
摘要: -(NSString *)digitUppercase:(NSString *)numstr{ double numberals=[numstr doubleValue]; NSArray *numberchar = @[@"零",@"壹",@"贰",@"叁",@"肆",@"伍",@"陆",@"柒" 阅读全文
posted @ 2019-09-05 11:45 iOS张文权 阅读(477) 评论(0) 推荐(0) 编辑
摘要: 参考文档: https://blog.csdn.net/et295394330/article/details/50529862 阅读全文
posted @ 2019-08-30 11:06 iOS张文权 阅读(596) 评论(0) 推荐(0) 编辑
摘要: 1、项目的目录结构能看出你的开发经验 2、iOS工程目录结构的思考 阅读全文
posted @ 2019-07-26 16:01 iOS张文权 阅读(388) 评论(0) 推荐(0) 编辑
摘要: 今天介绍Mac的截图功能,如果你以为Shift + Command + 3 / 4就是Mac全部的截屏功能的话,那你小看Mac了。它远比你想得强大。 1.Shift + Cmd + 3 ——截取全屏 2.Shift + Cmd + 4 直观地拖动鼠标截屏: 按一下空格键: 以下操作都是在Shift 阅读全文
posted @ 2019-07-26 15:30 iOS张文权 阅读(751) 评论(0) 推荐(0) 编辑
摘要: 1.在你的项目中建一个文件夹,专门存放图片。如果想简单操作的话,可以截个图直接拉到项目中。 2.将建好的文件夹上传到github进行同步 3.在github上找到图片的URL地址 4.按照如下格式 放在README里面 ![image](https://github.com/githubkiven/ 阅读全文
posted @ 2019-07-24 10:01 iOS张文权 阅读(201) 评论(0) 推荐(0) 编辑
摘要: weak和assign的区别-正确使用weak、assign 一、区别 1.修饰变量类型的区别weak只可以修饰对象。如果修饰基本数据类型,编译器会报错-“Property with ‘weak’ attribute must be of object type”。assign可修饰对象,和基本数据 阅读全文
posted @ 2019-07-17 20:55 iOS张文权 阅读(623) 评论(0) 推荐(0) 编辑
摘要: iOS野指针定位总结 阅读全文
posted @ 2019-07-17 16:55 iOS张文权 阅读(422) 评论(0) 推荐(0) 编辑
摘要: iOS查看屏幕帧数工具--YYFPSLabel iOS 保持界面流畅的技巧 iOS 优化界面流畅度的探讨 https://zhuanlan.zhihu.com/p/110545595 阅读全文
posted @ 2019-07-09 17:54 iOS张文权 阅读(346) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 30 下一页