0

I want to implement an utility view based iOS app in which i want to implement my app's settings in flipside with the help of static table view enclosed in navigation view controller i have searched the stackoverflow and i got this

Utility App with Navigation Controller and Table View on FlipSide

but it is not sufficient for me as i am new to iOS

so could somebody teach me how to implement uitableviewcontroller enclosed in uinavigation conrtoller in flipside

Community
  • 1
  • 1
rudasagani
  • 157
  • 2
  • 12

1 Answers1

0

have a look at

StaticDataTableViewController 2.0

https://github.com/xelvenone/StaticDataTableViewController

which simplifies working with static cells much

Peter Lapisu
  • 19,915
  • 16
  • 123
  • 179