上一页 1 2 3 4 5 6 ··· 16 下一页
摘要: https://www.jianshu.com/p/228ae4d42c2d 阅读全文
posted @ 2022-07-06 11:19 HEJJY 阅读(42) 评论(0) 推荐(0) 编辑
摘要: git git中有两个状态:内容状态和文件状态,内容状态标示内容文件的改变,有三个区域:工作目录,暂存区和提交区文件状态有两个状态:已跟踪和未跟踪 1.用户配置git config --global user.name "username"git config --global user.email 阅读全文
posted @ 2022-07-01 15:14 HEJJY 阅读(1985) 评论(0) 推荐(0) 编辑
摘要: 1、NSMutableAttributedString 字体:NSFontAttributeName 该属性所对应的值是一个 UIFont 对象。该属性用于改变一段文本的字体。如果不指定该属性,则默认为12-point Helvetica(Neue)。 段落格式:NSParagraphStyleAt 阅读全文
posted @ 2022-06-22 16:13 HEJJY 阅读(1479) 评论(0) 推荐(0) 编辑
摘要: 所有苹果设备型号查询 https://www.theiphonewiki.com/wiki/Models https://www.jianshu.com/p/e56ed7c225af 设备类型 开发宽 开发高 NavBar+StatusBar Tabbar+HomeBar @XX iphone1G/ 阅读全文
posted @ 2022-06-17 17:29 HEJJY 阅读(1106) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/same_life/article/details/123235575 阅读全文
posted @ 2022-06-16 14:42 HEJJY 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 一、引入头文件 import Photos import Contacts import EventKit import CoreTelephony import HealthKit 二、枚举定义 enum XJAuthType: String { // MARK: - 隐私 // 相机 case 阅读全文
posted @ 2022-06-14 15:24 HEJJY 阅读(482) 评论(0) 推荐(0) 编辑
摘要: if #available(iOS 13.0, *) { let appearance = UINavigationBarAppearance() appearance.configureWithOpaqueBackground() appearance.titleTextAttributes = 阅读全文
posted @ 2022-06-13 10:57 HEJJY 阅读(70) 评论(0) 推荐(0) 编辑
摘要: 1.创建.gitignore文件 cd project vim .gitignore i (插入) esc (退出编辑模式) wq (报错并退出) 注:cmd + shift + . 显示隐藏文件/隐藏文件,可以文本编译器打开直接复制操作 2.复制到.gitignore文件 # Xcode## gi 阅读全文
posted @ 2022-03-18 11:50 HEJJY 阅读(282) 评论(0) 推荐(0) 编辑
摘要: UIApplication: UIResponder UIViewController: UIResponder UIAlertController: UIViewController: UIResponder UIView: UIResponder UILabel: UIView: UIRespo 阅读全文
posted @ 2022-02-07 10:06 HEJJY 阅读(58) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/df86508e2811 阅读全文
posted @ 2021-12-07 12:07 HEJJY 阅读(16) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 16 下一页