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.
-
Label
Declaration
Swift
public let label: UILabel
-
Value label
Declaration
Swift
public let value: UILabel
-
Button
Declaration
Swift
public let button: UIButton
-
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)