johnno1962 / injectionforxcode

Runtime Code Injection for Objective-C & Swift
MIT License
6.55k stars 565 forks source link

Does the library reject a textColor change? #290

Closed dlpigpen closed 3 years ago

dlpigpen commented 4 years ago

I don't know whether the library supports changing the textColor of UILabel ? I've tried in my project but it does not work.

johnno1962 commented 4 years ago

Do you have an @objc injected() method?

dlpigpen commented 4 years ago

@johnno1962 jo Yes, i did. it worked then, however how about reload a UIStoryboard. I've not found any way to do that.