How does autosize work in iPhone SDK?
- by bresc
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?