Light's Blog

The best or nothing.

iOS知识小集-170814

| Comments

使用Xcode查看代码作者和提交信息

切换为“Blame”和“Log”模式即可。

AVAudioSession

AVAudioSessionCategoryOptionDefaultToSpeaker:通过扬声器播放声音。
AVAudioSessionCategoryOptionMixWithOthers:不打断其他App音频播放。

JSONModel

下划线key转驼峰key。 [JSONKeyMapper mapperFromUnderscoreCaseToCamelCase]已废弃, 现在使用[JSONKeyMapper mapperForSnakeCase]

Acoustic Echo Cancellation

Audio Unit回声消除。

Comments