TKSlideToUnlockView Class Reference
| Inherits from | UIControl |
| Conforms to | UIScrollViewDelegate |
| Declared in | TKSlideToUnlockView.h TKSlideToUnlockView.m |
Overview
TKSlideToUnlockView is a control that allows users to slide to unlock like you would the lock screen.
Tasks
Properties
-
textLabelproperty -
scrollViewproperty -
backgroundViewproperty -
arrowViewproperty -
isUnlockedproperty -
modeproperty -
– resetSlider:
Properties
arrowView
The arrow
@property (nonatomic, strong) UIImageView *arrowViewDeclared In
TKSlideToUnlockView.hbackgroundView
The view behind the scroll view
@property (nonatomic, strong) UIImageView *backgroundViewDeclared In
TKSlideToUnlockView.hisUnlocked
A read-only property to tell whether to tell the state of the view
@property (nonatomic, readonly) BOOL isUnlockedDeclared In
TKSlideToUnlockView.hmode
The mode flag to enable of disable the view from acting. If disabled the device will vibrate.
@property (nonatomic, assign) TKSlideToUnlockViewMode modeDeclared In
TKSlideToUnlockView.h