Xcode storyboard delegate datasource scenes

后端 未结 6 1866
庸人自扰
庸人自扰 2021-01-01 20:15

After updating Xcode 7, some of my viewcontrollers\' names changed to Delegate Scene, what to do about this? Thanks!

Changing the title doesn\'t help

6条回答
  •  无人及你
    2021-01-01 20:56

    I dont have a direct answer, but a place to look. Unfortunately it exceed the space for comment, so I have to put it here. Sorry.

    If you select the storyboard in the project explorer, you can open its sourcecode. Storyboards are just XML files. How does the viewcontroller look like? Compare it to a reference,eg a freshly created one. Perhaps you can share the xml part of the viewcontroller? Example with one (out of the box) view controller:

    
    
        
            
        
        
            
            
                
                    
                        
                            
                            
                        
                        
                            
                            
                            
                            
                        
                    
                    
                
            
        
    
    

提交回复
热议问题