xcode - Dynamic cells vs static? -


i want create table view text fields in cells editable user. filling out form. want text fields have placeholders etc, , when tapping on cell want keyboard show edit text fields. table view in tab view. wanted use storyboards, , wanted know best project pick iphone , ipad, , wether use static cells or prototype cells best choice app? forward suggestions!

static cells easier can create iboutlets cell directly in view controller class. down side not dynamic (big surprise) can hide , show views in cell. can not hide , show whole cells or sections. if form fields fixed use static if form need change need use dynamic cells. if use dynamic cells need subclass uitableviewcell create iboutlets.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -