We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The placeholder's font.
1 parent 2a72c40 commit fc2bcd0Copy full SHA for fc2bcd0
Source/SLKTextView.h
@@ -50,7 +50,7 @@ UIKIT_EXTERN NSString * const SLKTextViewPastedItemData;
50
/** The placeholder's number of lines. Default is 1. */
51
@property (nonatomic, readwrite) NSInteger placeholderNumberOfLines;
52
53
-/** Default is the textView's font. */
+/** The placeholder's font. Default is the textView's font. */
54
@property (nonatomic, copy, null_resettable) UIFont *placeholderFont;
55
56
/** The maximum number of lines before enabling scrolling. Default is 0 wich means limitless.
0 commit comments