Latest | 1.2.9 |
---|---|
Homepage | https://github.com/Inferis/IIShortNotificationPresenter |
License | MIT |
Platforms | ios 7, requires ARC |
Authors |
Presents short notifications over a view. Supports queuing and 3 presentation styles. Is highly flexible and configurable:
- can supply own queue, and comes with serial and concurrent queues out of the box
- can define own layouting (where to place notifications), comes with top layout and right side layout.
- can supply own notifications view. You can use the
IIShortNotificationDefaultView
as a base since it’s pretty flexible.
You can do stuff like this:
Top presentation (the default), great for iPhones:
Or side presentation (included), great for iPads (or larger iPhones):
Or you can create layouts yourself. It’s just adding constraints.
License
IIShortNotificationPresenter is published under the MIT License.
See LICENSE for the full license.
Latest podspec
{ "name": "IIShortNotificationPresenter", "platforms": { "ios": 7 }, "version": "1.2.9", "summary": "Presents short notifications over a view. Supports queuing and 3 presentation styles.", "homepage": "https://github.com/Inferis/IIShortNotificationPresenter", "license": { "type": "MIT", "file": "LICENSE" }, "social_media_url": "https://twitter.com/inferis", "authors": { "Tom Adriaenssen": "http://inferis.org/" }, "source": { "git": "https://github.com/Inferis/IIShortNotificationPresenter.git", "tag": "1.2.9" }, "source_files": "IIShortNotificationPresenter/*.{h,m}", "resources": "IIShortNotificationPresenter/*.png", "requires_arc": true }
Fri, 04 Mar 2016 05:08:03 +0000