上一页 1 2 3 4 5 6 7 8 ··· 43 下一页
该文被密码保护。 阅读全文
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 阅读(367) 评论(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 阅读(457) 评论(0) 推荐(0)
摘要: xcode连接手机提示Errors were encountered while preparing your device for development. Please check the Devices and Simulators Window. 解决方法:重启手机就可以了,还不行的话,在设 阅读全文
posted @ 2021-04-17 18:52 OIMMZC 阅读(1401) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 43 下一页