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
Post a Comment