RBScrambledPinInput Class Reference
Inherits from | UIView |
---|---|
Declared in | RBScrambledPinInput.h |
delegate
A delegate to receive button selection events.
@property (nonatomic, weak, nullable) id<RBScrambledPinInputDelegate> delegate
Discussion
A delegate to receive button selection events.
Declared In
RBScrambledPinInput.h
animator
The RBAnimator
object to use when animating button layout change transitions.
@property (nonatomic, readonly, nonnull) RBAnimator *animator
Discussion
The RBAnimator
object to use when animating button layout change transitions.
Declared In
RBScrambledPinInput.h
margin
The margin to provide around the buttons.
@property (nonatomic) UIEdgeInsets margin
Discussion
The margin to provide around the buttons.
Declared In
RBScrambledPinInput.h
spacing
The spacing to provide between the buttons.
@property (nonatomic) CGFloat spacing
Discussion
The spacing to provide between the buttons.
Declared In
RBScrambledPinInput.h
buttonAEnabled
Whether or not button A is enabled.
@property (nonatomic) BOOL buttonAEnabled
Discussion
Whether or not button A is enabled.
Declared In
RBScrambledPinInput.h
buttonBEnabled
Whether or not button B is enabled.
@property (nonatomic) BOOL buttonBEnabled
Discussion
Whether or not button B is enabled.
Declared In
RBScrambledPinInput.h
– scramble
Scrambles the buttons.
- (void)scramble
Discussion
Scrambles the buttons.
Declared In
RBScrambledPinInput.h