iphone - UITableView in xib file Swift -


i not using storyboard's in application, instead using xib files. goal create "apple like" settings page in app.

i able insert image , label each cell, once user has clicked cell segue relevant view controller of choice.

also, great able use grouping feature available in uitableview.

i have seen how possible using storyboard, can't seem find information in using feature in xib file using swift.

thanks!


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -