python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
XCTest fails to compare two strings
I am looking for a text given in parameter in my textviews. I am sure that it exists because I see it on the screen, but somehow comparing them fails.
Here is a method:
func checkText(_ text: String)...
stackich
Votes: 0
Answers: 3
How to increase the height of the UITextView inside the View
I have a textView on chatScreen. I need to know, how it possible to increase the height of the textView when we will write 3 or more lines. Here is how it looks in my app:
I've implemented this metho...
mozeX
Votes: 0
Answers: 1
UITextView emoji background issue
I have an UITextView extension with emoji enabled and when I switch to the emoji keyboard the emoticons have a white background. I tried to update the UITextView background color, I removed the custom...
lubilis
Votes: 0
Answers: 1
How do you create a UITextView with blocks and zoom in effect (like the Essayist App)
I would like to achieve the zoom in effect like how the Essayist app implements it. I would also like to know how to split a textview into chunks/paragraphs/blocks, just like the app. I really don't h...
Aadi Anand
Votes: 0
Answers: 0