开发者

Where to find a pause styled disclosure button for iOS audio application

开发者 https://www.devze.com 2023-03-29 06:29 出处:网络
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 i

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:

Where to find a pause styled disclosure button for iOS audio application

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消