gsdios / SDAutoLayout

One line of code to implement automatic layout. 一行代码搞定自动布局!支持Cell和Tableview高度自适应,Label和ScrollView内容自适应,致力于做最简单易用的AutoLayout库。The most easy way for autoLayout. Based on runtime.
MIT License
5.9k stars 1.28k forks source link

审核会被拒吗? #176

Closed coderCX closed 7 years ago

coderCX commented 7 years ago

库中较多处用到了method_exchangeImplementations,不知道审核会不会有问题?

gsdios commented 7 years ago

苹果禁止的是热修复用途发调用method_exchangeImplementations,不会禁止sd的,目前也没有接到有用到sd的开发者的反馈。