Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

icewing

macrumors 6502
Original poster
In Interface Builder, there is no checkbox, like the NSButton in Appkit available for OS X applications, only UIButton. I've searched and found a few examples using custom icons, which were OK, but I'd like to use the same images that Apple uses for the OS X checkbox. I looked but couldn't find the .png images - do they exist anywhere?

Thanks!
 
Have you considered using UISwitch instead? Works very much like a checkbox (toggles two states) and will be familiar to end users.
 
Thanks for your reply! Yes, I have, but I don't like the look. It's going to be in a tableview, and the UISwitch takes up a lot of real estate. Check boxes have a long history in lists, and I'm wondering why Apple didn't include that for iPhone apps...hopefully someday they will.

Any idea if I might be able to find the images anywhere?
 
Well, if you're doing checkmarks in a tableView, you might want to consider using UITableViewCellAccessoryCheckmark.

As for where the images might be, sorry, I have no idea.
 
that link is broken - tried searching and no joy - can anyone point me to a way to do this? Thanks!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.