06 2022 档案
摘要:1、NSMutableAttributedString 字体:NSFontAttributeName 该属性所对应的值是一个 UIFont 对象。该属性用于改变一段文本的字体。如果不指定该属性,则默认为12-point Helvetica(Neue)。 段落格式:NSParagraphStyleAt
阅读全文
摘要:所有苹果设备型号查询 https://www.theiphonewiki.com/wiki/Models https://www.jianshu.com/p/e56ed7c225af 设备类型 开发宽 开发高 NavBar+StatusBar Tabbar+HomeBar @XX iphone1G/
阅读全文
摘要:https://blog.csdn.net/same_life/article/details/123235575
阅读全文
摘要:一、引入头文件 import Photos import Contacts import EventKit import CoreTelephony import HealthKit 二、枚举定义 enum XJAuthType: String { // MARK: - 隐私 // 相机 case
阅读全文
摘要:if #available(iOS 13.0, *) { let appearance = UINavigationBarAppearance() appearance.configureWithOpaqueBackground() appearance.titleTextAttributes =
阅读全文