Skip to content

Commit b045793

Browse files
author
Rob Hudson
committed
Fix documentation for textInputbarHidden
1 parent 01f7502 commit b045793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Classes/SLKTextViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ NS_CLASS_AVAILABLE_IOS(7_0) @interface SLKTextViewController : UIViewController
318318
/// @name Text Input Bar Adjustment
319319
///------------------------------------------------
320320

321-
/** YES if the text inputbar is visible. Default is YES. */
321+
/** YES if the text inputbar is hidden. Default is NO. */
322322
@property (nonatomic, getter=isTextInputbarHidden) BOOL textInputbarHidden;
323323

324324
/**

0 commit comments

Comments
 (0)