Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Quick update:</p> <p>Shouldn't matter but I notices you don't need:</p> <pre><code>[self.tableView beginUpdates] [self.tableView endUpdates] </code></pre> <p>since you are performing one operation. Not sure if that matters (it shouldn't).</p> <hr> <p>Update:</p> <p>I should have said that such issues are pretty common. Here is a post related to your issue</p> <p><a href="http://www.bdunagan.com/2008/12/08/uitextview-in-a-uitableview-on-the-iphone/" rel="nofollow noreferrer">http://www.bdunagan.com/2008/12/08/uitextview-in-a-uitableview-on-the-iphone/</a></p> <p>Also, others have abstracted this out. Specifically I have tried this with no such issues:</p> <p><a href="http://furbo.org/2009/04/30/matt-gallagher-deserves-a-medal/" rel="nofollow noreferrer">http://furbo.org/2009/04/30/matt-gallagher-deserves-a-medal/</a></p> <p>You could use: <a href="http://github.com/joehewitt/three20/" rel="nofollow noreferrer">http://github.com/joehewitt/three20/</a></p> <p>But it has a bit of a learning curve.</p> <p>Another Stackoverflow question tackling this issue:</p> <p><a href="https://stackoverflow.com/questions/376372/editing-a-uitextfield-inside-a-uitableviewcell-fails">Editing a UITextField inside a UITableViewCell fails</a></p> <p>Excuse me not answering your issue directly, but I think that the solution might be contained in one of these links.</p> <hr> <p>Original Answer:</p> <p>Try: </p> <pre><code>[newTextField setNeedsDisplay]; </code></pre> <p>Sometimes the tableviews can be "sticky" with updating UITextView/UITextField content.</p> <p>If that doesn't work, be sure that you're backing model is also updated properly. You haven't displayed any code indicating you updated the model (although I assume you did, otherwise it would have likely thrown an exception).</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload