I have a UIViewController classes that has its own designer file but designer file is not shown as a sub-tree element in solution panel (GameScreen). On the other hand, second UIViewController (SettingsScreen) designer file is shown as a child to main class.
Usually designer files should be shown as sub object. what went wrong and how can I fix it?
the code compiles correctly.