ClassyKit / Classy

Expressive, flexible, and powerful stylesheets for UIView and friends.
http://classykit.github.io/Classy/
MIT License
740 stars 76 forks source link

Evaluate use of method_exchangeImplementations #119

Closed dnedrow closed 7 years ago

dnedrow commented 7 years ago

Using method_exchangeImplementations may be a reason for an app to be rejected in the App Store. class_replaceMethod seems to be OK.

We need to evaluate the usage of method_exchangeImplementations in the following locations:

NSObject+CASSwizzle.m CASSwizzler.h : This Is just testing, so probably doesn't matter.

dnedrow commented 7 years ago

Any questions about method_exchangeImplementations appear to be related to "pushing" new/updated features from a remote service, ala Rollout.