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

Commit

Permalink
Restored The placeholder's font..
Browse files Browse the repository at this point in the history
  • Loading branch information
clementpadovani committed Nov 5, 2016
1 parent 2a72c40 commit fc2bcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/SLKTextView.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ UIKIT_EXTERN NSString * const SLKTextViewPastedItemData;
/** The placeholder's number of lines. Default is 1. */
@property (nonatomic, readwrite) NSInteger placeholderNumberOfLines;

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

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

0 comments on commit fc2bcd0

Please sign in to comment.