I have a UIViewController I created in my apps storyboard, as well as a custom UIViewController subclass which I added to the project (and is correctly in the compile phase for my target). However when I go to set the 'Custom Class' property on the view-controller in Storyboard my custom class does not show up on the list.
- Checked that the class is part of my app's target, not tests'
- Double checked that it is correctly a subclass of UIViewController
- Compiled program just to make sure xcode was working with latest information
- Restarted xcode
What would cause my class to not show up in the 'Custom Class' drop down?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…