I am looking for a way to use the standard iOS image resources through my application. For instance I would like to place the DisclosureIndicator icon in an image view of mine. How would you go about using the standard resources in iOS?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I believe it would be considered a private API to use iOS resources within your app but I would check out this project art work extractor which will allow you to extract art from existing native iOS applications and you can include them in your project. Be sure to run this in the retina version to get the @2x versions.