Skip to content

Commit

Permalink
Implemented enabledToolbarClasses
Browse files Browse the repository at this point in the history
  • Loading branch information
hackiftekhar committed Mar 27, 2016
1 parent 328219b commit 0190732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IQKeyBoardManager/IQKeyboardManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ extern NSInteger const kIQPreviousNextButtonToolbarTag;
/**
Enable automatic toolbar creation within the scope of enabled toolbar viewControllers classes. Within this scope, 'enableAutoToolbar' property is ignored. Class should be kind of UIViewController. If same Class is added in disabledToolbarClasses list, then we ignore enabledToolbarClasses list.
*/
//@property(nonatomic, strong, nonnull, readonly) NSMutableSet<Class> *enabledToolbarClasses;
@property(nonatomic, strong, nonnull, readonly) NSMutableSet<Class> *enabledToolbarClasses;

/**
Allowed subclasses of UIView to add all inner textField, this will allow to navigate between textField contains in different superview. Class should be kind of UIView.
Expand Down

0 comments on commit 0190732

Please sign in to comment.