False positive for Unnecessary Nib method rule

Issue #33 closed
John Topley created an issue

I'm getting a false positive for the "Unnecessary Nib method" rule. My iOS Xcode project uses a storyboard which contains a UITableViewController. I have set the tableview's class in Interface Builder to my custom subclass which is where I'm overriding the awakeFromNib method. In the storyboard's XML file the <tableView> element has a customClass element set to the name of my subclass.

Comments (4)

  1. Log in to comment