I want to make UITextview like in the Facebook comment view. How can I do it without using any external libraries?
Here is example image:

UITextField to Alert to get the black keyboard.Then, you only need two more views :
a white one which will be the background of your text field, which you programmatically apply the following code to (don't forget to #import <QuartzCore/QuartzCore.h> first):
view.layer.cornerRadius = 10;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With