Is anyone familiar with a tutorial out there that will let me create a UITableView Login EXACTLY like how on iOS 5 Settings -> Twitter -> Add Account.
The tutorials I have seen show a textfield ontop of the tablecell which makes the textfield obvious. I would like it to be non obvious just like the twitter app built into iOS5 is.
Have you set the UITextField’s borderStyle to UITextFieldBorderStyleNone? What is it about the text field that is ‘obvious’? Not knowing which tutorials you have follow, if you can describe the difference between your current implementation and what you want, it will be easier to help your further.