On your iPhone (iOS 5), go to Settings -> General -> Network -> Cellular Data Network. How can I get similar looking cells with editable text fields? Or do I have to create it on my own?
Asked
Active
Viewed 934 times
0
-
It would be nice if you provided a screenshot for these of us who have multiple iOS devices, but prefer talking into a handset rather than an iPod :) – Sergey Kalinichenko Jan 09 '12 at 22:45
-
2You do have to do some work. [Here is a similar question to yours with some potentially useful answers](http://stackoverflow.com/questions/4568214/uitextfield-in-uitableviewcell-help). – Michael Dautermann Jan 09 '12 at 22:46
2 Answers
1
Derive your own class from UITableViewCell, and return that from tableView:cellForRowAtIndexPath: In your own UITableViewCell, you can do pretty much what you like.

fishinear
- 6,101
- 3
- 36
- 84
0
Place UIImageVIew (use the image you want to display on the right side) and dump editable text fields on that UIImageVIew on the left.

AAV
- 3,785
- 8
- 32
- 59