terryworona / TWMessageBarManager

An iOS manager for presenting system-wide notifications via a dropdown message bar.
MIT License
1.77k stars 191 forks source link

Enum changed to NSENUM to support Swift #70

Closed VojtaStavik closed 9 years ago

VojtaStavik commented 9 years ago

Solves the issue with TWMessageBarMessageType in Swift. You can now use enum type properly: .Info .Success .Error