KODropdownNotification 1.1.2

KODropdownNotification 1.1.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Aug 2015

Maintained by Oleg.




  • By
  • okohtenko

Fully customizable notification view for iOS.

Uses Autolayout

Output sample

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

  • Create your own subclass of KODropdownNotification;
  • Create your own XIB file with your class in it;
  • Create instance of your class using initWithNibName: initializer
  • Customize look and feel of your notification using:
    • notificationHeight (setup from XIB by default)
    • dismissOnSwipe to allow user swipe it up as system notification
  • You can override delegate property in your subclass and call any actions you need (Buttons, Gestures, etc.);
  • Use showAnimated: and dismissAnimated to show or hide your notification;

Requirements

Installation

Author

Kokhtenko, Oleg, [email protected]

License

KODropdownNotification is available under the MIT license. See the LICENSE file for more info.