Object-C杂谈 第3页
iOS NSString 替换字符串-猿说编程

iOS NSString 替换字符串

iOS NSString 替换字符串 - (NSString *)stringByReplacingOccurrencesOfString:(NSString *)target withString:(NSString *)replacement options:(NSStringCompareOptions)options range:(NSRa...
猿说编程的头像-猿说编程钻石会员猿说编程5年前
028581
MAC 安装 CMake-猿说编程

MAC 安装 CMake

MAC 安装 CMake - cmake --version
猿说编程的头像-猿说编程钻石会员猿说编程5年前
021101
Object-C private var mobileDevice文件夹-猿说编程

Object-C private var mobileDevice文件夹

Object-C private var mobileDevice文件夹
猿说编程的头像-猿说编程钻石会员猿说编程5年前
06481
iOS NSURL URLWithString 与 fileURLWithPath 区别-猿说编程

iOS NSURL URLWithString 与 fileURLWithPath 区别

iOS NSURL URLWithString 与 fileURLWithPath 区别 - URLWithString 与 fileURLWithPath 的区别在于前者用于网络,后者用于本地 NSURL *appURL = [NSURLURLWithString:urlString]; //网络url NS...
猿说编程的头像-猿说编程钻石会员猿说编程5年前
016111
Xcode – Xcode13 The Legacy Build System will be removed in a future release-猿说编程

Xcode – Xcode13 The Legacy Build System will be removed in a future release

Xcode – Xcode13 The Legacy Build System will be removed in a future release - The Legacy Build System will be removed in a future release. You can configure the selected build sys...
猿说编程的头像-猿说编程钻石会员猿说编程4年前
07891
Object-C 保存文件到相册-猿说编程

Object-C 保存文件到相册

Object-C 保存文件到相册 1.UIImageWriteToSavedPhotosAlbum 2.AssetsLibrary 3.PHPhotoLibrary Xcode – This app has attempted to access privacy-sensitive data without a usage descripti...
猿说编程的头像-猿说编程钻石会员猿说编程5年前
012171
iOS NSString 和 bool 相互转换-猿说编程

iOS NSString 和 bool 相互转换

iOS NSString 和 bool 相互转换 NSString *str1 = @'YES'; NSString *str2 = @'NO'; //ok NSLog(@'str1 = %d str2 = %d',[str1 boolValue],[str2 boolValue]); BOOL a = YES; BOOL b = NO; NSSt...
猿说编程的头像-猿说编程钻石会员猿说编程5年前
018401
IOS - UIImage imageWithContentsOfFile 和 imageNamed 区别-猿说编程

IOS – UIImage imageWithContentsOfFile 和 imageNamed 区别

IOS - UIImage imageWithContentsOfFil 和 imageNamed 区别 - 使用 imageNamed 加载沙盒的素材,偶尔不正常,有时候为上一次加载的素材,即路径正常,加载的素材又可能是上一次缓冲区的素材(头...
猿说编程的头像-猿说编程钻石会员猿说编程4年前
09581