ianb821 / IBActionSheet

Customizable iOS 7 style UIActionSheet
MIT License
307 stars 65 forks source link

Using a custom font for the title view (using "setFont:") does not update the title view's frame. #6

Closed wtimme closed 10 years ago

wtimme commented 10 years ago

When using a custom font for the title view (using setFont:) the title view's frame is not updated and will not use more than one line. Instead, it uses just one line and appends "..." to the text it can display in that line.

ianb821 commented 10 years ago

Sorry about that, the newest version that I just committed should take care of that, let me know if you run into any other issues, thanks!

wtimme commented 10 years ago

You're correct, the new version fixed it. Thank you very much, I really appreciate your effort!