NKFloatingViewHandlerProtocol

public protocol NKFloatingViewHandlerProtocol: class

Undocumented

  • Undocumented

    Declaration

    Swift

    var containerView	: UIView!
  • Undocumented

    Declaration

    Swift

    var gestureView		: UIView!
  • Undocumented

    Declaration

    Swift

    var panGesture		: UIPanGestureRecognizer!
  • Undocumented

    Declaration

    Swift

    var fullRect		: CGRect
  • Undocumented

    Declaration

    Swift

    var floatingRect	: CGRect
  • Undocumented

    Declaration

    Swift

    func floatingHandlerDidDragging(with progress:CGFloat);
  • Undocumented

    Declaration

    Swift

    func floatingHandlerDidDismiss()