When you are talking about 1st, 2nd and 3rd line are you referring to table cells i.e the first cell contains the number the second cell the password and the third the phone number or whatever? Or are you wanting to have a cell with all three of these things one below each other? If its the latter a custom cell would be needed as the cell layouts provided by apple don't allow for three lines only two for each cell. If its the first option which i'm hoping its not because it wouldn't really comply with the HIG (human interface guidelines) to have say
obj 1 name
obj 1 password
obj 1 address
obj 2 name
obj 2 password
obj 2 address
then you going to need a quite custom and confusing
Code:
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
method