Skip to content

Instantly share code, notes, and snippets.

@jakubpetrik
Created February 4, 2018 06:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakubpetrik/218dd24885b36ad9fa7b48185c6f9894 to your computer and use it in GitHub Desktop.
Save jakubpetrik/218dd24885b36ad9fa7b48185c6f9894 to your computer and use it in GitHub Desktop.
TableController
@objc protocol TableControllerDataSource {
func tableController(_ controller: TableController, numberOfRowsInSection section: Int) -> Int
func tableController(_ controller: TableController, cellControllerForRowAt indexPath: IndexPath) -> TableViewCellController
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment