0

I often see that on the storyboard I have to setup datasource and delegate outlets to my self view controller. It surely makes stuff work, I can guess why but it would be better if this matter is cleared.

Esqarrouth
  • 38,543
  • 21
  • 161
  • 168

1 Answers1

0

Well, that is why Apple writes documentation...

https://developer.apple.com/library/ios/documentation/general/conceptual/CocoaEncyclopedia/DelegatesandDataSources/DelegatesandDataSources.html

But for a more 'human' answer you can check this answer as well:

https://stackoverflow.com/a/2232823/1843269

Community
  • 1
  • 1
berentrom
  • 505
  • 1
  • 5
  • 12