What is the difference between adding UITableView delegate and datasource through storyboard and programmatically? – Ios swift
We can add UITableView delegate and datasource to UIViewController via storyboard and programmatically, so i want to know that is there any difference in app performance using one of this methods.