Created
November 4, 2015 22:13
-
-
Save terrybu/45cc7e04f32eae36e29f to your computer and use it in GitHub Desktop.
registering a uitableviewcell with identifier (when using XIBs instead of storyboard) in the viewdidload of your viewcontroller with tableview in it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tableView.registerNib(UINib(nibName: "CommunicationsTableViewCell", bundle: nil), forCellReuseIdentifier: "CommunicationsCell") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment