摘要: 本隐私政策介绍本公司的隐私数据相关政策和惯例,这将涵盖我们如何收集、使用、处理、存储和/或披露那些通过本公司的移动App收集的关于您的个人信息。请你仔细阅读我们的隐私政策。 一、本公司如何收集您的个人信息 个人信息是可用于唯一地识别或联系某人的数据。 当您使用本公司的移动App,注册用户过程中我们将 阅读全文
posted @ 2018-10-09 10:24 YuFly 阅读(512) 评论(0) 推荐(0) 编辑
摘要: 1.flex-direction:用来规定flex项目在轴方向上面排列的顺序。 row,从左往右排列 row-reverse,从右往左排序 column,从上往下排序 column-reverse,从下往上排序 2.flex-wrap:决定项目是否多行显示的属性 nowrap,一行显示不换行 wra 阅读全文
posted @ 2018-09-21 15:52 YuFly 阅读(820) 评论(0) 推荐(0) 编辑
摘要: dispatch_semaphore_t semaphore = dispatch_semaphore_create(0);//创建信号量 dispatch_queue_t queue = dispatch_get_global_queue(0, 0); //创建队列 dispatch_group_t group = dispatch_group_create(); ... 阅读全文
posted @ 2018-05-18 15:21 YuFly 阅读(1207) 评论(0) 推荐(0) 编辑
摘要: ‘ 阅读全文
posted @ 2018-04-27 15:07 YuFly 阅读(178) 评论(0) 推荐(0) 编辑
摘要: // // DeviceInfoManager.h // YuFlyDevelopmentDemo // // Created by YuFly on 2018/2/5. // Copyright © 2018年 YuFly. All rights reserved. // #import #import @interface DeviceInfoManager : NSObjec... 阅读全文
posted @ 2018-02-05 15:34 YuFly 阅读(810) 评论(0) 推荐(0) 编辑
摘要: 1.设置scrollview图片偏移 2.设置图片frame 3.在滑动代理中修改图片frame 阅读全文
posted @ 2017-12-19 16:33 YuFly 阅读(1139) 评论(0) 推荐(0) 编辑
摘要: 1.把test.ttf文件添加到工程中 2.在info.plist中添加Fonts provided by application(数组类型),数组中添加item test.ttf ps: 获取ttf字体名称 法1.遍历所有字体名称找到对应的 for( NSString *familyName in 阅读全文
posted @ 2017-12-13 14:05 YuFly 阅读(418) 评论(0) 推荐(0) 编辑
摘要: 解决步骤: 1.打开finder->前往->按住option->选择资源库->Developer->xcode->DerivedData->项目文件夹->删除Build 2.cocoapods pod update 3.重新运行程序 阅读全文
posted @ 2017-12-13 13:55 YuFly 阅读(879) 评论(0) 推荐(0) 编辑
摘要: // // UpdatedAppManager.h // PengCunPatrol // // Created by YuFly on 2017/11/10. // Copyright © 2017年 YuFly. All rights reserved. // #import <Foundati 阅读全文
posted @ 2017-11-20 16:53 YuFly 阅读(558) 评论(0) 推荐(0) 编辑
摘要: // // CountdownButton.h // Standardization // // Created by YuFly on 2017/10/16. // Copyright © 2017年 strong. All rights reserved. // #import @class CountdownButton; typedef void(^Completion)(... 阅读全文
posted @ 2017-10-17 14:03 YuFly 阅读(317) 评论(0) 推荐(0) 编辑