ios - making a profile page, with tableView and textField -


im new in ios development , want create profile page uitableview tried google, didn't find :( assuming have 1 field (name) on uitableview, when click on "edit" button, want tabviewcell became uitextfields let me edit data. , when click "done" button uitextview became tabviewcell again new value, can found tutorial, how delete, add or move cell.

i want this

does apple have api making editable forms in ios?

no, there's no api creating editable forms, uikit provides tools you'd need create editable content of kinds. instead of relying on tutorials show solution every problem need learn how use api that's there construct user experience imagine. until that, won't able implement original ideas.

using table reasonable way create form want. consider using different type of cell when user hits edit button. so, when edit tapped, reload table content using editable cell types instead of normal ones. when hit done, record changes , reload again using non-editable cell types.


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -