Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Removes duplicated declarations (I blame the merge)
Browse files Browse the repository at this point in the history
Ignacio Romero Zurbuchen authored and Ignacio Romero committed Sep 4, 2015
1 parent 344e3e0 commit f61e4e2
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Source/Classes/SLKTextViewController.h
Original file line number Diff line number Diff line change
@@ -328,22 +328,6 @@ NS_CLASS_AVAILABLE_IOS(7_0) @interface SLKTextViewController : UIViewController
*/
- (void)setTextInputbarHidden:(BOOL)hidden animated:(BOOL)animated;

/**
Verifies if the text input bar should still move up/down even if it is not first responder. Default is NO.
You can override this method to perform additional tasks associated with presenting the view. You don't need call super since this method doesn't do anything.
@param responder The current first responder object.
@return YES so the text input bar still move up/down.
*/
- (BOOL)forceTextInputbarAdjustmentForResponder:(UIResponder *)responder;

/**
Verifies if the text input bar should still move up/down when it is first responder. Default is NO.
This is very useful when presenting the view controller in a custom modal presentation, when there keyboard events are being handled externally to reframe the presented view.
You don't need call super since this method doesn't do anything.
*/
- (BOOL)ignoreTextInputbarAdjustment;


#pragma mark - Text Edition
///------------------------------------------------

0 comments on commit f61e4e2

Please sign in to comment.