Skip to content

Commit fc2bcd0

Browse files
Restored The placeholder's font..
1 parent 2a72c40 commit fc2bcd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/SLKTextView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ UIKIT_EXTERN NSString * const SLKTextViewPastedItemData;
5050
/** The placeholder's number of lines. Default is 1. */
5151
@property (nonatomic, readwrite) NSInteger placeholderNumberOfLines;
5252

53-
/** Default is the textView's font. */
53+
/** The placeholder's font. Default is the textView's font. */
5454
@property (nonatomic, copy, null_resettable) UIFont *placeholderFont;
5555

5656
/** The maximum number of lines before enabling scrolling. Default is 0 wich means limitless.

0 commit comments

Comments
 (0)