随笔 - 399,  文章 - 0,  评论 - 7,  阅读 - 21万
09 2021 档案
iOS应用内跳转系统推送设置页
摘要:#pragma mark - 是否开启APP推送 /**是否开启推送*/ - (BOOL)isSwitchAppNotification { if ([UIDevice currentDevice].systemVersion.doubleValue >= 10.0) { __block BOOL 阅读全文
posted @ 2021-09-18 16:08 懂事长qingzZ 阅读(199) 评论(0) 推荐(0) 编辑
iOS加载大量图片出现内存警告而crash掉
摘要:///绘图显示 -(UIImage*)OriginImage:(UIImage *)image scaleToSize:(CGSize)size { UIGraphicsBeginImageContext(size); //size 为CGSize类型,即你所需要的图片尺寸 [image drawI 阅读全文
posted @ 2021-09-09 11:23 懂事长qingzZ 阅读(152) 评论(0) 推荐(0) 编辑


< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示