xcode - Locked ViewControllers in storyboard -


I have a big storyboard that has many view controllers. But some of these views are locked in the controller. So I went to the identity inspector and found the "lock" parameter, but even if I select "nothing", then the View controller does not unlock. So I tried to change the storyboard source code, but already in my storyboard it is:

  propertyAccessControl = "none"  

then unlock it How should unlock storyboard?

UPD: Solution!

You should get inherited - (nothing) option.


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -