S
Size: a a a
S
S
S
AB
D
S
S
S
S
S
D
S
D
tabBarController.delegate = selfS
S
S
self.tabBarController?.selectedIndex = 0   и еше нашла class ViewController: UIViewController, UITableViewDataSource,UITabBarControllerDelegate {
  
    func tableView(_ tableView: UITableView, numberOfRowsInSection section : Int) -> Int{
        return taskManager.tasks.count
   
         
    }D
class ViewController:
D
viewDidLoad() {S
override func viewDidLoad() {
        super.viewDidLoad()
        tableView.dataSource=self
        
        
    }