iphone - How to edit UITableView cell contents -


just need confirm 1 thing have searched enough on "how can edit contents of table" findings "custom cells text fields". true have solution every cell need text field edit contents or there other solution exist? if yes let me know , if no confirm above finding

(though question not explained guys understand want ask)

thanx

by default uitableviewcell won't support editing text, because uses uilabel's display text. so, finding, "custom cells text fields", correct way it.


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -