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# - NewtonSoft JArray - how to select multiple elements with LINQ -

c# - Process.Kill() returns access denied -

c# - Using the generic type 'System.Collections.Generic.List<T>' requires 1 type arguments -