iphone - Dynamic UITextView within Dynamic UITableViewCell height? -


i not finding solution issue. have uitextview subclassed in uitableviewcell. right have textview dynamically resizing, cell not. because heightforrowatindexpath being called on load. how can have called without calling cellforrowwithindexpath (i.e. reloaddata)...

any great! thanks!

its pretty simple, use inside uitableviewcell

[tableview beginupdates]; self.frame = cgrectmake(0,0,width,new height); [tableview endupdates]; 

can't remember, superview of uitableviewcell should uitableview.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -