Hi
I have a requirement where i need to show two controls similarly one row after another. i.e
(a) UILabel (b) UITextField repeatedly with a gap in them.
So instead of using huge numbers of UILabel and UITextfield in the whole screen I thought to use tableview and put the controls in each row and my job wil be done.
But I am not able to divide the UITableView row into two parts so that it looks like two controls.
Note: I have the controls in a single row. This I have achieved.
Can anyone help me with any links or tutorial or any thing. Its really urgent
I have a requirement where i need to show two controls similarly one row after another. i.e
(a) UILabel (b) UITextField repeatedly with a gap in them.
So instead of using huge numbers of UILabel and UITextfield in the whole screen I thought to use tableview and put the controls in each row and my job wil be done.
But I am not able to divide the UITableView row into two parts so that it looks like two controls.
Note: I have the controls in a single row. This I have achieved.
Can anyone help me with any links or tutorial or any thing. Its really urgent