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: 352

Filed under:
|
|
|
|

Hi,

I'm trying to do the following:

alt text

I need to do a lot of custom things, so I subclassed everything.

alt text

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

Related posts about iphone

Related posts about iphone-sdk