This appears to be a bug in iOS 7.0’s UITextView
s. A similar question has a workaround which seems to help: set the text view’s text to nil
before setting it to the new text string.
Related Contents:
- Why is there extra padding at the top of my UITableView with style UITableViewStyleGrouped in iOS7
- iOS7 UITextView contentsize.height alternative
- Auto layout constraints issue on iOS7 in UITableViewCell
- iOS 7 TableView like in Settings App on iPad
- What is the meaning of the “no index path for table cell being reused” message in iOS 6/7?
- How do I set the height of tableHeaderView (UITableView) with autolayout?
- Remove empty space before cells in UITableView
- indexPathForCell returns nil since ios7
- Button in UITableViewCell not responding under ios 7
- How to change Status Bar text color in iOS
- Detecting which UIButton was pressed in a UITableView
- How to Apply Gradient to background view of iOS Swift App
- Any way to pre populate core data?
- Having a UITextField in a UITableViewCell
- iOS 7: UITableView shows under status bar
- How to change the status bar background color and text color on iOS 7?
- preferredStatusBarStyle isn’t called
- What is NSLayoutConstraint “UIView-Encapsulated-Layout-Height” and how should I go about forcing it to recalculate cleanly?
- How do I catch “Index out of range” in Swift?
- How to put buttons over UITableView which won’t scroll with table in iOS
- iOS 7 TextKit – How to insert images inline with text?
- Issue Detecting Button cellForRowAt
- How to set the width of a cell in a UITableView in grouped style
- Change Default Scrolling Behavior of UITableView Section Header
- Changing back button in iOS 7 disables swipe to navigate back
- Drawing Route Between Two Places on GMSMapView in iOS
- How to resize superview to fit all subviews with autolayout?
- Cannot install Alamofire in new Xcode Project. “No Such module Alamofire”
- How to add image and text in UITextView in IOS?
- How do I locate the CGRect for a substring of text in a UILabel?
- Custom edit view in UITableViewCell while swipe left. Objective-C or Swift
- UITableView and UIView with keyboardWillShow
- Achieving bright, vivid colors for an iOS 7 translucent UINavigationBar
- Change the UITableViewCell Height According to Amount of Text
- Custom UITableView section index
- how to make UITextView height dynamic according to text length?
- Dynamic Height Issue for UITableView Cells (Swift)
- UIGestureRecognizer and UITableViewCell issue
- Display a view or splash screen before applicationDidEnterBackground (to avoid active view screenshot)
- How to style UITextview to like Rounded Rect text field?
- Loading a Reusable UITableViewCell from a Nib
- UITableView Mix of Static and Dynamic Cells?
- UITableViewCell with autolayout left margin different on iPhone and iPad
- How can I set a UITableView to grouped style
- Auto-layout: What creates constraints named UIView-Encapsulated-Layout-Width & Height?
- How does cellForRowAtIndexPath work?
- Disabling automatic scrolling of UITableView when editing UITextField inside UITableViewCell
- Detect when UITableViewCell goes off the screen
- If no Table View results, display “No Results” on screen
- Hide remove separator line if UITableViewCells are empty [duplicate]