排序
Object-C 获取系统字体和字体名字
Object-C 获取系统字体和字体名字 for(NSString *fontfamilyname in [UIFont familyNames]) { NSLog(@'family:'%@'',fontfamilyname); for(NSString *fontName in [UIFont fontNamesForFamilyNa...
AVFoundation – AVAssetTrack 获取视频 音频信息
AVAssetTrack 获取视频 音频信息 - AVAsset 是 AVFoundation 框架中的核心的类,它提供了基于时间的音视频数据.(如电影文件,视频流),一个 AVAsset 包含很多轨道 AVAssetTrack 的结合,如audio, vi...
AVFoundation – AVAsset 加载媒体
AVAsset 加载媒体 - AVAsset 是 AVFoundation 框架中的核心的类,它提供了基于时间的音视频数据.(如电影文件,视频流),一个 asset 包含很多轨道的结合,如 audio , video , text , closed captions...
Xcode – Xcode replace 使用正则表达式替换文字
Xcode replace使用正则表达式替换文字,Xcode replace,Xcode replace正则表达式,Xcode replace替换文字,object-c,猿说编程,
Xcode – The application’s Info.plist does not contain CFBundleShortVersionString
The application's Info.plist does not contain CFBundleShortVersionString