I recently copied my project across and whilst it compiles and runs correctly (all outlets function) i noticed that the data types don't highlight on my @property in two of my .H files.
After fiddling around i noticed that the view does not seem to have the .H file associated with it so when i use assistant mode the 'Automatic' option fails to work it states, "No assistant rules".
The class in the "identity inspector" is correctly linked to the .H file but after looking at the XML for the storyboard i noticed this:
<viewController title="First" id="2" customClass="FirstViewController" sceneMemberID="viewController">
In comparison to the view controllers that work correctly having this XML
<viewController title="buttonView" id="YcW-az-POT" customClass="buttonViewController" sceneMemberID="viewController">
I get this impression that the ID field seems to be causing issues, has anyone else experienced this or do they know how to fix this?