I have some buttons in an UIView. My problem is, that they get cut
off at the right side of the UIView. How do I prevent this?
alt text http://img.skitch.com/20090629-mj32p1bkff476256pwrpt69n2d.png
I’ve checked already Interface Builders clip property, but it’s no
solution for this problem.
Regards
Kendall, thanks for your answer.
Here is my solution:
I calculate, how many pixel I’ve moved from the left side. At some threshold (in my case 220) I start a new line.