I am trying to create a simple Login Screen using a custom TableView on UIViewController. One of the tutorial on the Internet guided me to create UITableView (with Dynamic Property) in Storyboard, coding 02 TableViewCells in my class then connecting it to 02 cells on my screen.
However, I got compilation error of "Uncategorized". The error is "Can't compile connection...UIIBTableViewCell.." stuff like that....if I don't create a connection then the tableView won't display on running.
Can anyone help me out with this problem? cause I've been searching for few days but couldn't find out....
I would appreciate any suggestion that can lead me to the solution.
Thanks very much.
Moreover, I can use the UITableViewController but I can't add any background, button or anything else on the View so I choose to use the UIViewController.