DetailsInputView

@IBDesignable
public class DetailsInputView : UIView, UIGestureRecognizerDelegate

A details input view. Use this when you want to link to another view controller. Add a gesture recognizer and an handler on tap, or a segue.

  • Initializes and returns a newly allocated view object with the specified frame rectangle.

    Declaration

    Swift

    public override init(frame: CGRect)
  • Returns an object initialized from data in a given unarchiver.

    Declaration

    Swift

    public required init?(coder aDecoder: NSCoder)