Hi !
Is it possible to customise the UITableView
style with .insetGrouped
?
Thanks :)
Yes. If you are using storyboards then you can specify the style there. Otherwise you can create the FormViewController using this init:
public init(style: UITableView.Style)
Thanks :)
鎴戞槸浠ョ户鎵縁ormViewController鐨勬柟寮忔潵鏋勫缓椤圭洰鐨勶紝杩欐牱濡備綍璁剧疆UITableView鐨凷tyle
Most helpful comment
Yes. If you are using storyboards then you can specify the style there. Otherwise you can create the FormViewController using this init: