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

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -