login using UITableView
- by EquinoX
How can I create a login for username/password just like in the skype application? I know it's a grouped table view.. but how can I do that?
I searched the site and found the following code:
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
static NSString *CellIdentifier = @"Cell";
…