上一页 1 2 3 4 5 6 7 8 ··· 44 下一页
摘要: 移动工程文件之后,打开工程,发现工程里面的文件夹里的文件是乱序的。 解决方法: 选中要整理的文件夹右键,点一下“Sort by Name”或者“Sort by Type”排序。 阅读全文
posted @ 2021-10-28 10:47 OIMMZC 阅读(201) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-10-21 11:08 OIMMZC 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-10-15 17:57 OIMMZC 阅读(0) 评论(0) 推荐(0)
摘要: 要想让uibutton点击不变灰 初始化的时候就不能 UIButton *button = [[UIButton alloc]init]; 初始化的时候酱紫,能够保证button点击时不变灰 UIButton *button = [UIButton buttonWithType:UIButtonTy 阅读全文
posted @ 2021-06-24 14:49 OIMMZC 阅读(375) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-06-22 15:12 OIMMZC 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-06-22 15:09 OIMMZC 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-06-22 15:07 OIMMZC 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-06-18 10:59 OIMMZC 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-06-18 10:46 OIMMZC 阅读(0) 评论(0) 推荐(0)
摘要: 计步方法有两种,一种是采用CMPedometer获取手机计步器数据,另一种是采用HealthKit框架从手机健康App中获取计步数据。 第一种使用:CMPedometer类来获取步数 使用CMPedometer类来获取步数和距离 使用时需要导入 #import <CoreMotion/CoreMot 阅读全文
posted @ 2021-04-28 16:41 OIMMZC 阅读(487) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 44 下一页