Thank you! You really really helped me make my 2nd ever app! I used textView to save into coreData. I'm a beginner but thanks to you I had a small victory today. Cheers!
it gives the following message 'UIKeyboardWillHide' has been renamed to 'UIResponder.keyboardWillHideNotification' Replace 'UIKeyboardWillHide' with 'UIResponder.keyboardWillHideNotification'
when i fix it, it gives me the following message: Type 'Notification.Name' (aka 'NSNotification.Name') has no member 'UIResponder'
great video! How should I follow these steps when working with a UITextView inside a UITableViewCell? I created a separate class for the UITableVeiwCell and added the textView IBOutlet in the UITableViewCell class. But, I'm unsure how to communite with the View Controller's keyboard and view?
It's a little confusing because the custom label you have given to the text view is "textView" and methods also say "textView". Not much of use due to this.
Thank you Brian. This video clarify my doubts in text field. Fantastic video.
Is there a solution for adding a placeholder in the TextView? 🙂
Thank you! You really really helped me make my 2nd ever app! I used textView to save into coreData. I'm a beginner but thanks to you I had a small victory today. Cheers!
Thank you Brian!! You solved my problem!!!
hello again, when i rich this step
if notification.name == Notification.Name.UIKeyboardWillHide
it gives the following message
'UIKeyboardWillHide' has been renamed to 'UIResponder.keyboardWillHideNotification'
Replace 'UIKeyboardWillHide' with 'UIResponder.keyboardWillHideNotification'
when i fix it, it gives me the following message:
Type 'Notification.Name' (aka 'NSNotification.Name') has no member 'UIResponder'
plz can you help me
hi bro, i have one question,
when i write the following
NotificationCenter.default.addObserver(self, selector: #selector(ViewController.updatetextview), name: Notification.Name., object: nil)
i can't find updatetextview nor finding UIkeybordWillHide, UIkeybordwillChangeFrame
is there any update on their names ? i got a message that i should use UIResponder income messages
plz can you help me ?
that's so great !!!
Great video and explanation, thank you
great video! How should I follow these steps when working with a UITextView inside a UITableViewCell? I created a separate class for the UITableVeiwCell and added the textView IBOutlet in the UITableViewCell class. But, I'm unsure how to communite with the View Controller's keyboard and view?
It's a little confusing because the custom label you have given to the text view is "textView" and methods also say "textView". Not much of use due to this.
Amazing
just incase anyone gets an error "characters" is now deprecated, instead use:
textView.text.count
text.count
If any possible use text view to move one controller to another controller like navigation
If any possible use text view to move one controller to another controller like navigation
You've just made my app better ?
thanks – great tutorial.
How to type in UITextView with different fonts ???
Very useful .. Thank you
How to use multiple text views in a single page app would be great!
how to make a clickable link in UITextView? can you help?
Thank you! Amazing helpful tutorial for keyboard overlapping problem!
super helpful tip with updateTextView! Thanks!
14:45 explains notifications and observers in 10 seconds, something other tutorials take 10 minutes. Thanks Brian !