RobotUIKit API
Public Member Functions | Static Public Member Functions | Properties
RUICalibrateGestureHandler Class Reference

Class to add a rotation gesture recognizer to a view and automatically display the rotation rings on the furthest superview.

#import <RUICalibrateGestureHandler.h>

List of all members.

Public Member Functions

(id) - initWithView:
(UIGestureRecognizer *) - getGestureRecognizer
(UIView *) - getOverlayView

Static Public Member Functions

(BOOL) + isCalibrating

Properties

id
< RUICalibrateGestureHandlerProtocol
delegate

Member Function Documentation

- (UIGestureRecognizer*) getGestureRecognizer
Returns:
the gesture recognizer used by the handler if you need to require other recogniers to fail
- (UIView*) getOverlayView
Returns:
the currently overlay view if calibrating for customizing background color Will return nil if not currenlty calibrating
- (id) initWithView: (UIView *)  view
Parameters:
view- the view that you want the gesture recognizer to be added to
+ (BOOL) isCalibrating
Returns:
YES if a calibration is currently in progress

Property Documentation

- (id< RUICalibrateGestureHandlerProtocol >) delegate [read, write, assign]

Delegate that will be notified when calibration begins and ends so sounds can be played


The documentation for this class was generated from the following file:
 All Classes Functions Properties