"Unnecessary Nib method" doesn't search Storyboards

Issue #25 closed
Phil Tang created an issue

The "Unnecessary Nib method" check doesn't look for the view classes' usage in Storyboards, and so it finds many false positives.

(Specifically, I had an issue where -awakeFromNib was called out in a view that only appeared in a storyboard.)

Comments (4)

  1. Ali Rantakari repo owner

    Version 0.9.8 has been released with some improvements to Nib handling. Can you please check if this issue occurs with the latest version?

  2. Log in to comment