How does autosize work in iPhone SDK?
Posted
by bresc
on Stack Overflow
See other posts from Stack Overflow
or by bresc
Published on 2010-06-05T17:38:05Z
Indexed on
2010/06/05
17:42 UTC
Read the original article
Hit count: 381
Hi,
I'm trying to do the following:
I need to do a lot of custom things, so I subclassed everything.
I'm having issues with autoresize and positioning. For instance the UIToolBar is not at the correct position. So here is the question: If you don't use UITableViewController or any other Controller, that takes care of all the positioning and sizing, then you have to do it yourself. Can someone someone tell me how this works? What do I need to understand?
© Stack Overflow or respective owner