devxoul / UITextView-Placeholder

A missing placeholder for UITextView
MIT License
1.48k stars 259 forks source link

Got Reject from AppStore #53

Closed quangtandat closed 6 years ago

quangtandat commented 6 years ago

I got reject from Apple and after I check all my project. I found that we are using Swizzling method to dealloc object. this is another topic I have read and they have the same issues with me. That make me confused for 2 days. Could you please review this.

Link of topic here

devxoul commented 6 years ago

It's weird. I've been submitting a lot of binaries since I used UITextView-Placeholder even with a lot of other frameworks that use Swizzling trick. Can you share the exact error message?

quangtandat commented 6 years ago

ok. I can handle it now. some guy use Swizzling method somewhere in my app and it cause some messy code. Thank you for reply