IOS XCode Tuxedo button shows wrong class -


  • There are multiple storyboards and multiple view controllers in my app
  • A custom in my signin storyboard
  • I press the tuxedo button and it opens the screen
  • It is always wrong View the View Controller File (MasterVC).
  • I can open the correct VC file manually, but when I click on a control (to begin binding), then it will proceed and open MasterVision
  • This makes my controller binding through my controller
  • How can this solve it?

The above interface builder is a breadcrumb like controls with a list of documents. Press the Manual button and select the correct view controller.


Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

Registering an Interceptor For All Interface Implementaions in Castle Windsor -