2

I'm just restarting out with iOS trying to port an Android app. What would be the most equivalent example of an android crouton on iOS? I couldn't find any third party libraries except one abandoned project: https://github.com/kvandermast/crouton-ios .

Basically, if one wants to show a quick context relevant message that doesn't require user action to dismiss, what would s/he use?

StackOverflowed
  • 5,854
  • 9
  • 55
  • 119

1 Answers1

3

There are actually a few libraries out there. For example CRToast or JDStatusBarNotification.

I recommend using cocoacontrols to find third party libraries.

I hope this will help you!

BorisE
  • 385
  • 2
  • 7