JDFNotificationView is a simple UIView subclass that makes it easy to show simple notifications to the user without getting in their way.
To use, simply create an instance, setup any options, and call one of the show methods, supplying the view you want it to be shown from. The notification will automatically dismiss itself after a certain amount of time.
To run the example project, clone the repo, and run pod install from the Example directory first.
JDFNotificationView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "JDFNotificationView"
Here is a list of things to be added to this component:
- The ability to manually dismiss a notification early
- More animation options
- The option to add an image to the notification
Joe Fryer, joe.d.fryer@gmail.com
JDFNotificationView is available under the MIT license. See the LICENSE file for more info.
