Three20 TTSectionedDataSource row height

Posted by Ward on Stack Overflow See other posts from Stack Overflow or by Ward
Published on 2010-06-01T17:13:54Z Indexed on 2010/06/02 2:13 UTC
Read the original article Hit count: 287

Filed under:
|

Hey there,

I'm using Three20 to create a table with several textfields for user registration. I've found two possible methods using Three20. The first uses the TTSectionedDataSource's tableDidLoadModel method to manually add UI components and the second adds custom items that contains pre formatted UI components. The second option seems way more complex and I'm having a difficult time accessing the individual fields. So if one field is a textfield for the username, I need to access the field to submit the username and it doesn't seem like there's an easy answer. The first option gives me a lot of flexibility, but I can't figure out how to set the individual row heights. One row may have a label above a text field, another may have an image, etc. Is there a method that can be used in TTSectionedDataSource that will allow me to set the height for each row? Thus far, I'm using method one and creating UIViews to hold a label field and a text field. I've tried changing the frame of the uiview before it is added to the items array, but it has no affect.

Any ideas?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about three20