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

python - rpy2 import is not working -

javascript - How to get MySQL query result returned using $.ajax -

javascript - How to use the code plugin with popcornjs -