-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I'd like to show the notification at bottom.
Something like:
public func showBottomNotify(withStatus status: JKType, inView view: UIView, message text:String? = nil) {
let panelSize = CGSize(width: view.frame.size.width, height: defaultViewHeight)
let defaultView = self.defaultView(status,message: text,size: panelSize)
verticalSpace = UIScreen.mainScreen().bounds.size.height - defaultView.frame.size.height
self.showNotify(withView: defaultView, inView: view)
}
Metadata
Metadata
Assignees
Labels
No labels