ios - Using Static UITableViewCells in a UIViewController -


i have functional tab-bar based application 3 tabs , each tab containing uitableview.

the first , second tabs set use dynamic cells.

due wanting bring iads app, have converted uitableviewcontrollers of first , second tab uiviewcontroller embedded uitableview , works well.

however, third tab, uses static cells (like in-app-settings, when same approach, error saying static cells need used uitableviewcontroller.

i've been searching online , came across question same approach:

static tableviews outside uitableviewcontroller

the accepted answer makes sense , i've tried well, i'm not getting anywhere this.

is there way achieve static cells, in same dynamic cells?

any guidance on appreciated!


Comments

Popular posts from this blog

Payment information shows nothing in one page checkout page magento -

tcpdump - How to check if server received packet (acknowledged) -