iOS应用内跳转系统推送设置页
摘要:#pragma mark - 是否开启APP推送 /**是否开启推送*/ - (BOOL)isSwitchAppNotification { if ([UIDevice currentDevice].systemVersion.doubleValue >= 10.0) { __block BOOL
阅读全文
posted @
2021-09-18 16:08
懂事长qingzZ
阅读(199)
推荐(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) 编辑