Skip to content

Bottom notification #6

@morismoris

Description

@morismoris

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions