venmo / VENTokenField

Easy-to-use token field that is used in the Venmo app.
MIT License
794 stars 195 forks source link

Content rescaling on layout (orientation) change #26

Closed bithug closed 9 years ago

bithug commented 10 years ago

Hi, Thanks for the great work! :)

I just found if I rotate the device then the token field's scroll view content size not follows its frame change, which implies the inputTextField's width also not resized. Do you know a more convenience method to fix this than my layoutSubviews override?

Cheers

ayanonagon commented 9 years ago

Hey, thanks for the pull-request! Taking a look at this now. :octocat:

ayanonagon commented 9 years ago

This is great, just tried it out on the Venmo app. Thanks again for the pull-request! :green_apple:

ayanonagon commented 9 years ago

Just released a new version on CocoaPods (v2.2.2) with this change. :+1:

bithug commented 9 years ago

Cool, thank you!