jobandtalent / AnimatedTextInput

Animated UITextField and UITextView replacement for iOS
MIT License
760 stars 128 forks source link

Could your provide Interface Builder??? #69

Closed farshadmb closed 7 years ago

farshadmb commented 7 years ago

Hi Dear Could you provide your library with Interface Builder Designer?

Best Regard

victorBaro commented 7 years ago

I don't think we will (soon). I started this project using @IBInspectable and @IBDesignable (so could be configured via IB) but xcode was crashing all the time in big projects.. and we decided to remove them. Feel free to fork&PR with this addition if you need it, would be nice but not necessary at the moment. You can still drag a UIView in IB, set its class to AnimatedTextInput and modify contents via code (like I did in the Example project). Thanks.