I have some questions about the Apple iPhone Contact App. I want to use the same methode to create and modify information.
Here\'s two pics :
alt text http
Create a UIView that is a line, then add it as a subview to the cell
//in cellForRowAtIndexPath UIView *lineView = [[UIView alloc]initWithFrame:CGRectMake(80,0,1,44)]; lineView.backgroundColor = [UIColor lightGreyColor]; [cell addSubview:lineView];