uitextview
Weird UITextView behavior
I have a UITextView which i create in the code: myView = [[UITextView alloc] initWithFrame:CGRectMake(10,5,220,50)];[详细]
2023-04-12 19:42 分类:问答UITextView custom spelling and autocorrect
I want to make an iOS text editor for a certain rare human language, and I want it to support my own spell checking and autocorrect systems for that language.[详细]
2023-04-12 18:14 分类:问答UITextView doesn't show until it is scrolled
I am using a UITextView to display the text from a xml.开发者_如何学运维I parsed the xml and stored the text in a NSArray and from there i am adding it to a UITextview in my code.[详细]
2023-04-12 16:54 分类:问答How can I calculate the contentsize of UItextView in which the text are dynamically added………
I ve an UIScrollview开发者_开发问答 ,in which I ve placed UIImageView and UITextView..Here I add the data to the UITextView dynamically…I want to scrollboth the image and the text at the same time .I[详细]
2023-04-12 06:18 分类:问答Replace a given string with an other on UITextView
On my app I need to do this: when a character is typed on TextView to be saved on a NSString and after that to be replace with \'*\'. I tried this :开发者_JS百科[详细]
2023-04-12 04:58 分类:问答Uitextview scroll view position
I am trying to implement UITextView in my iphone app. UITextView\'s content increases dyamically. At same time I want to move scroll pos开发者_如何学编程ition also.[详细]
2023-04-12 03:38 分类:问答Part of HTML page in UITextView
I\'m trying to open part of html page with help of ASIHttpRequest and NSRange, but it isn\'t working.[详细]
2023-04-12 02:59 分类:问答How to get data from web and insert it in UITextView?
I have a problem now. I want to get wikipedia data using wikimeta. I get the data with NSString methode (stringWithContentsOfURL:encoding:error:). But, sometime when the connection wa really slow, i w[详细]
2023-04-12 01:55 分类:问答Keyboard accessory view hiding text
I have the following problem: I have a standard UITextView which I resize once the keyboard pops up. I al开发者_如何转开发so have another view which I animate into view (not the standard accessory vie[详细]
2023-04-11 23:55 分类:问答How to allow clickable link in GrowingTextView
I am working on a Native SMS application. I am using Chat bubble in my view a开发者_如何学Pythonnd to add text in that (I am using UITextView)[详细]
2023-04-11 23:24 分类:问答