上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 41 下一页
摘要: 使用框架 https://github.com/mokagio/UICollectionViewLeftAlignedLayout 参考: UICollectionView 一行cell如何左对齐https://www.jianshu.com/p/f042944a605d [iOS]UICollec 阅读全文
posted @ 2021-02-01 11:33 懂事长qingzZ 阅读(1549) 评论(0) 推荐(0)
摘要: - (void)updateData:(NSMutableArray<SearchCategoriesCellModel *> *)listArr isNormal:(BOOL)isNormal isMoreAlert:(BOOL)isMoreAlert{ self.listArr = listAr 阅读全文
posted @ 2021-01-28 17:13 懂事长qingzZ 阅读(581) 评论(0) 推荐(0)
摘要: UUID是否因以下情况而改变? >如果应用已更新. (发现same question)>如果设备操作系统版本已升级.>如果做iCloud / iTunes备份和恢复.>如果设备已重置. (在这种情况下,我认为UUID Keychain存储将无法正常工作.我想,钥匙串存储也会被清除.) 参考链接 OC 阅读全文
posted @ 2021-01-19 13:59 懂事长qingzZ 阅读(327) 评论(0) 推荐(0)
摘要: UIPasteboard *pasteboard = [UIPasteboard generalPasteboard]; [pasteboard setString:md.shareLink]; [HUDManager showStateHud:@"链接复制成功" state:(HUDStateTy 阅读全文
posted @ 2020-12-29 10:53 懂事长qingzZ 阅读(599) 评论(0) 推荐(0)
摘要: 1.允许项目 appleID 登录 swift import UIKit import AuthenticationServices /// AppleId 登录 class TGSAppleIdManager: NSObject{ static let share = TGSAppleIdMana 阅读全文
posted @ 2020-12-23 11:54 懂事长qingzZ 阅读(2095) 评论(0) 推荐(0)
摘要: swift 版本 class JYCollectFlowLayout: UICollectionViewFlowLayout { override func prepare() { let itemWidth = (self.collectionView?.frame.width ?? 0) - 4 阅读全文
posted @ 2020-12-21 14:14 懂事长qingzZ 阅读(2182) 评论(0) 推荐(0)
摘要: 1. 会员权益 就一种: 会员/非会员 内购价格, 只有续费时间: 最好做,申请对应的:1月价格/3月价格/连续包月价格/年费价格/ 2. 第一种:天数相等 都是一个月价格,15会员/月,99会员/月,199会员/月,299会员/月 15会员享受部分权益10%功能,99/享受30%功能, 199 享 阅读全文
posted @ 2020-12-18 11:46 懂事长qingzZ 阅读(449) 评论(0) 推荐(0)
摘要: 参考链接:https://www.jianshu.com/p/62ea7bb79b58 OC Block 定义 作为参数 * (void)pingSingleWithHost:(NSString *)host block:(void(^ _Nullable)(BOOL, NSString *, NS 阅读全文
posted @ 2020-12-08 18:56 懂事长qingzZ 阅读(181) 评论(0) 推荐(0)
摘要: 关于PHImageManager类,NSHipster 有篇总结文章不错。 1.大部分都是一下判断, 我自己试验后,完全不准 [[PHImageManager defaultManager] requestImageForAsset:selectedAsset targetSize:targetSi 阅读全文
posted @ 2020-12-07 13:48 懂事长qingzZ 阅读(837) 评论(0) 推荐(0)
摘要: #import <PhotosUI/PhotosUI.h> 1. 14需要换新的方法 @WeakObj(self); [[PHPhotoLibrary sharedPhotoLibrary]performChanges:^{ [PHAssetChangeRequest creationRequest 阅读全文
posted @ 2020-12-04 15:53 懂事长qingzZ 阅读(886) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 41 下一页