Ios swift – UITableViewController tableview cells showing only while debug
Tableview cells are visible while app is in debug but when tried to terminate app and than try to reopen the app, cells are not visible. Approach(Which i used in my app): lazy var contactPickerScene: ContactTabelViewController = { guard let…