So I've been hitting my head for awhile now, trying 开发者_StackOverflowto dig up the correct Apple styled icon. It's not listed in the standard provided icons. Does anyone know how to get access to it without having to build it from scratch in photoshop?
Here's the image:
Any help is appreciated. Thanks!
There is no accessory style for this. However, you don't need to build it from scratch in Photoshop. You just linked it to this post. Save that image, add the PNG to your project. When setting up your cells, create a new UIImageView, load the image from your project, and then sett the UIImageView as your cell's accessoryView.
There's some example code here.
精彩评论