Skip to content

Bottom notification #6

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)
   }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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