I am a newbie at iOS development so please be kind.
I want to use the default camera button as a UIButton. (I want the camera button to be displayed against a field in my form and want to use the default graphic because users are familiar with it) I don't see any option to insert it as a simple UIButton, I don't want it in the toolbar.
If it's not possible to include it this way, can I use it's image as UIButton? Or it can cause any objection in the app review?
You can use UIKit Artwork Extractor project to get internal iOS images from simulator, but I'm not sure if it's legal to use these images.
There are some examples:
PS: You also can get a third-party icon for your needs, e.g. from http://www.glyphish.com/
You can use UIBarButtonSystemItemCamera
from UIBarButtonItem
. It is a UIBarButtonItem
, not a UIButton
, but it is the real deal.
I ended up using a custom graphic which we owned to avoid any possibility of legal issues or app rejection.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With