19. 通过 runtime 控制导航栏的 hidden 属性



Last updated
Was this helpful?



Last updated
Was this helpful?
Was this helpful?
//获取类中的方法实现
class_getMethodImplementation
//替换Method
method_exchangeImplementations
//获取类中的某个实例方法
class_getInstanceMethod
//关联对象,相当于 setValue:forKey
objc_setAssociatedObject