Search code examples
iosiphonetooltip

Display a tooltip on iPhone above the user click location


In android apps, it's very easy to show a tooltip (they call that a Toast). But I can't find an easy way to do the same in iOS apps. I saw several things about this question, but my goal is to publish my app on the app store, so I want to use a proper way to do these tooltips...

Then, is there any way to do a tooltip according to Apple philosophy ?


Solution

  • There is no Android Toast equivalent built in. Many people use MBProgressHUD.