This is a really stupid but very simple question. I know it is. Please don't tell me that I should have googled first. I did, a lot. I just need someone to point me in the right direction and I can take it from there. Ok, with that out of the way...
What control is Apple using in its Settings, Contacts and Calendar app that looks like a Round Rect button (and you can click on it), but has text aligned to the left (but not all the way to the left; there is a margin) and text aligned to the right at the same time? In most cases it also has a little arrow (or greather than symbol) on the right side, signifying that it will slide in another ViewController from the right when you click it. Is it a UIBUtton? A clickable UITableViewCell? (If so, what is the UITableViewCell hosted in?) It's so ubiquitous in Apple's built-in apps that I'm really astounded that I can't find an example of how to reproduce it. I'm trying to not re-invent the wheel here; there must be some tutorial/example out there that I just haven't been able to find. Or maybe it's a separate control that's right there in XCode and I'm just overlooking it. A link with a very brief conceptual overview would be greatly appreciated.