Is there a constant for making a circle-delete button?
I want this button in my app:

Must I custom create it or is there some constant such as UIButtonTypeDetailDisclosure which I can use?
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.
Sorry but it is not possible to create a button using the system’s version of this. You will need to create a UIButton of type
UIButtonTypeCustomand supply your own graphic (which you already have because you’ve added it above 🙂 ).