上一页 1 2 3 4 5 6 ··· 13 下一页
摘要: 安装Homebrew 官网:https://brew.sh/ 1.输入命令等待安装 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 1.1 如果是国内源用这 阅读全文
posted @ 2024-05-28 14:31 super1250 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 《Flutter实战·第二版》https://book.flutterchina.club/ const Text( String this.data, { super.key, this.style, this.strutStyle, this.textAlign, this.textDirect 阅读全文
posted @ 2024-05-15 15:56 super1250 阅读(20) 评论(0) 推荐(0) 编辑
摘要: https://proxyman.io/ 抓包工具 https://www.jianshu.com/p/ba9d45b4e592?utm_campaign=maleskine&utm_content=note&utm_medium=seo_notes IOS-地图之CLLocation的使用 htt 阅读全文
posted @ 2023-10-27 13:41 super1250 阅读(12) 评论(0) 推荐(0) 编辑
摘要: We noticed your app shares a similar binary, metadata, and/or concept as apps previously submitted by a terminated Apple Developer Program account. Su 阅读全文
posted @ 2023-10-26 14:17 super1250 阅读(663) 评论(0) 推荐(0) 编辑
摘要: - (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath { // 圆角角度 CGFloat radius 阅读全文
posted @ 2022-12-03 12:35 super1250 阅读(30) 评论(0) 推荐(0) 编辑
摘要: import UIKit import RxSwift import RxCocoa import YPSVG /// 关联的拖拽浮标的key fileprivate var DragBuoyKey = "DragBuoyKey" fileprivate var DelBuoyKey = "DelB 阅读全文
posted @ 2022-04-07 17:39 super1250 阅读(152) 评论(0) 推荐(0) 编辑
摘要: // YPTextCollectionView import UIKit import RxRelay /// 字符串自动宽度布局,比如标签等等 class YPTextCollectionView<T>: YPBaseView, UICollectionViewDelegateFlowLayout 阅读全文
posted @ 2022-04-07 17:36 super1250 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 开发规范的目的是保证统一项目成员的编码风格,并使代码美观,每个公司对于代码的规范也不尽相同,希望该份规范能给大家起到借鉴作用。 命名规约 代码中的命名严禁使用拼音及英文混合的方式,更不允许直接出现中文的方式,最好也不要使用下划线或者美元符号开头; 文件名、class、struct、enum、prot 阅读全文
posted @ 2022-03-18 15:16 super1250 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 之前阅读了大家的一些技术评审文档,发现结果很不理想,很多同学不知道怎么写,也不知道技术评审的重点在哪里。 为什么要画流程图?是为了搞清楚设计,看看自己的设计能否满足功能实现的要求。需要从多个方面、多个维度去审视。 前置 需求链接+飞阅会文档链接 UI链接 接口文档地址 一、设计过程 我们现在,还有很 阅读全文
posted @ 2022-03-18 15:09 super1250 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 进入二级界面,返回到 BaseTabBarController 的任意一级界面,在部分机型会出现一下情况 出现的代码 weakSelf.navigationController?.popToRootViewController(animated: false) guard let tabBarC = 阅读全文
posted @ 2022-03-18 15:03 super1250 阅读(88) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 13 下一页