uitextview
Here are 85 public repositories matching this topic...
I use auto layout and when a view is aligned to the bottom of the text view, it cuts off the placeholder label
How can I include special characters in my mention?
The mention format I want is as follows:
@한글(Hangle) 입니다.
I want to know how.
It would be cool to have the option to add an attributed placeholder like this:
open var attributedPlaceholder: NSAttributedString? {
didSet {
placeholderLabel.attributedText = attributedPlaceholder
}
}
Thanks!
-
Updated
Jun 11, 2020 - Objective-C
The following example should render as bold and italics at the same time:
***foobar***
Like this: foobar
However it is only rendered in bold style.
-
Updated
Mar 11, 2020 - Swift
-
Updated
Apr 11, 2019 - Swift
-
Updated
Mar 12, 2019 - Objective-C
-
Updated
Apr 13, 2019 - Swift
-
Updated
Feb 12, 2016 - Objective-C
-
Updated
Apr 25, 2020 - Swift
-
Updated
Mar 13, 2017 - Objective-C
-
Updated
May 17, 2019 - Objective-C
-
Updated
May 15, 2019 - Swift
-
Updated
Dec 5, 2019 - Swift
-
Updated
Nov 12, 2018 - Swift
Describe the bug
The start location of the mention will be incorrect if we go back and add additional text before the Mention.
To Reproduce
Steps to reproduce the behavior:
- Add the first mention. mentionsIndexes has start location 0
- Move the cursor to before the text, input "ABC"
Expected behavior
mentionsIndexes should have startLocation 3
Actual behavior
ment
-
Updated
Jan 11, 2018 - Objective-C
-
Updated
Aug 15, 2019 - Swift
-
Updated
Nov 21, 2019 - Objective-C
-
Updated
Feb 8, 2020 - Swift
-
Updated
Dec 11, 2015 - Objective-C
-
Updated
Jul 12, 2017 - Shell
-
Updated
Jun 18, 2019 - Swift
-
Updated
Aug 14, 2018 - Swift
-
Updated
Jun 24, 2020 - Swift
-
Updated
Jul 19, 2018 - Swift
Improve this page
Add a description, image, and links to the uitextview topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the uitextview topic, visit your repo's landing page and select "manage topics."



If there are many suggestions in autocomplete when in landscape mode the view can grow to high getting cut off by the navigation bar or another view above it.
Sent with GitHawk