04 2022 档案
摘要:audioUnit是iOS底层的框架,实现起来相对于其他几种上层封装的实现来说比较灵活 上代码 定义audioUnit @interface ViewController () { AudioUnit audioUnit; } @property (nonatomic,assign) BOOL is
阅读全文
摘要:// // bttViewController.m // Runtime // // Created by 为童沉沦 on 2022/4/12. // #import "ViewController.h" #import <objc/runtime.h> #import <objc/message.
阅读全文