iOS 提醒通知:IIShortNotificationPresenter
jopen
10年前
IIShortNotificationPresenter 是视图上简短的警报,支持队列和 3 中不同的展示风格。同时还高度可配置(队列类型,布局,显示视图)。
- 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.