fastred / IBAnalyzer

Find common xib and storyboard-related problems without running your app or writing unit tests.
http://holko.pl
MIT License
951 stars 26 forks source link

Warnings shown when another object in the xib is linked to an outlet #29

Open Noobish1 opened 7 years ago

Noobish1 commented 7 years ago

So we have some xibs where we have a UIViewController and another object in the xib (you can do this by dragging in an Object from the Object Library) and the UIViewController has some buttons and we link the actions from the buttons to the Object. This causes IBAnalyzer to show warnings because the action isn't linked to the UIViewController.

dmsl1805 commented 4 years ago

+1

@fastred Thanks for a great component, it helps a lot. There are issues with xib's that are used in storyboards. It it library still maintained?