上一页 1 2 3 4 5 6 ··· 9 下一页
摘要: 1 pod 'MBProgressHUD' 常用的加载框架 2 pod 'AFNetworking' 一直用的网络请求框架 3 pod 'IQKeyboardManager' 这是一个键盘盖住输入框向上顶的框架 4 pod 'SDCycleScrollView' 首页滚动banner框架 (自动滚动 阅读全文
posted @ 2021-09-08 12:01 代佳宏 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 用的是别人的代码修改 QiCardView https://github.com/QiShare/QiCardView 1原为向下延伸 改为向右延伸 修改地点为 CGFloat y = (self.interitemSpacing / hScale) * 2 * showIndex; CGFloat 阅读全文
posted @ 2021-09-08 10:55 代佳宏 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 1 Guideline 2.2 - Performance - Beta Testing 按键不能提示 什么什么功能还在开发中 2 系统打开摄像头 提示必须详细 为什么要打开手机相机不然上架不成功 3 三方登录上架需要判断手机里面是否安装(qq 微信 微博) 没有安装则需要隐藏 不然会被拒绝 4个人 阅读全文
posted @ 2020-09-29 15:01 代佳宏 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 1.KVC访问私有属性的崩溃问题 在Xcode11上使用- (void)setValue:(nullable id)value forKeyPath:(NSString *)keyPath方法访问私有属性,编译时会崩溃,例 [textField setValue:[UIColor redColor] 阅读全文
posted @ 2020-03-20 17:38 代佳宏 阅读(769) 评论(0) 推荐(0) 编辑
摘要: 恢复内容开始 问题描述:1 直接使用demo 用自己的token 摄像头对讲没有问题 2当集成到自己的项目中 能够获取到摄像头视频 里面的功能 截图 云台 录像 都没问题,点击对讲按钮 直接崩溃 3崩溃代码 [weakSelf.talkPlayer startVoiceTalk]; 4 崩溃日志:如 阅读全文
posted @ 2019-09-02 15:00 代佳宏 阅读(1228) 评论(1) 推荐(0) 编辑
摘要: application [ˌæplɪ'keɪʃ(ə)n]应用程式 应用、应用程序 application framework['freɪmwɜːk] 应用程式框架、应用框架 应用程序框架 architecture['ɑːkɪtektʃə] 架构、系统架构 体系结构 argument ['ɑːgjʊm 阅读全文
posted @ 2018-08-23 15:32 代佳宏 阅读(1364) 评论(0) 推荐(0) 编辑
摘要: 1 凡是nsstring,就用copy,定义一个模型对象,就用strong,只是赋值的,例如int、double、char bool以及CGRect类似的就用assign。 2 Cornerstone详细操作 http://blog.csdn.net/kerry_deng/article/detai 阅读全文
posted @ 2017-02-10 09:36 代佳宏 阅读(109) 评论(0) 推荐(0) 编辑
摘要: This iPhone 6 is running iOS 10.2.1 (14D27), which may not be supported by this version of Xcode. 解决方法为:到应用程序(xcode)-右键-显示包内容 /Developer/Platforms/iPh 阅读全文
posted @ 2017-02-09 09:35 代佳宏 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 1 首先统计的流量为 开机到现在 系统的所有流量 注: 此处说的流量不为单独的app ---------wifi - (NSString *)getInterfaceBytes { struct ifaddrs *ifa_list = 0, *ifa; if (getifaddrs(&ifa_lis 阅读全文
posted @ 2017-01-10 11:16 代佳宏 阅读(482) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 9 下一页