I\'ve written a custom input view that is meant to be used to replace the standard keyboard for a UITextView.If I assign my custom UIView as my UITextView\'s inputView, it works as expected in both po
I have made UITextView programmatically but it is not showing the vertical and horizontal scroll bars. The code I have used is as follows,
I have a textview which contains chat history obtained from a server.The cha开发者_开发知识库t history is being constantly updated through a thread which I had started in a previous view. My problem i
For some reason, UITextView produces an empty line at the end which causes it to be scrollable for nonsense when the text actually fits perfectly into the bounds.
I want to add an *UITapGestureRecognize*r to my UITextView, because I want to close a \"Popup\" where the TextView is in. So I want, that the method \"hide\" of the Popup class is called, when the T*e
My table only has 2 sections. I have a UITextView as a subview in the 2nd section of my table. and a list of possible quotes in the first section.
I am creating app to write notes with out keyboard.. I am able to draw shapes on screen with finger..But I am saving notes as image...Can I Add this same feature for UITextview??? Means I want to writ
I have a UITextView in a UITableViewCell which grows together with it. Using [myTableView beginUpdates];
I have a custom cell (subclass of UITableViewCell) with a textView inside of it. It works great! Now, when I tap on a cell and highlight some text, the default UIMenuController appears and I can choos
In my app i have to display some other text with the text of UITextView i text view. For ex: I want to display the today\'s date first and then i will start adding the content on UITextView. all the d