A number of apps use contextual popups that look a bit like a “speech bubble.” They have a little tail to indicate their context, ie. the control that displayed them. Are there standard UIKit (or open source) classes to create these?

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.
Yes. That thing you see there is an example of
UIActionSheeton the iPad, and it looks different on the iPhone. You can make other popup-type things usingUIPopoverController, which is iPad only.