折腾:
期间,搞懂错误原因了。
然后需要去:
需要获得对于Storyboard中的,已有的某个ViewController
然后去设置其下某个属性值
搜:
swift storyboard get existing viewcontroller
swift get storyboard instance
swift get storyboard viewcontroller instance
参考:
搜:
swift get vc instance via storyboard
swift get viewcontroller from storyboard
参考:
swift get singleton viewcontroller from storyboard
参考:
swift storyboard singleton
swift storyboard singleton class
swift storyboard singleton ViewController
最后,没有达到要的目的:
如何获得Storyboard中,某个ViewController的,已经存在的实例
-》即,获得Storyboard中VC的singleton
-》此处好像是,无法找到,对应的Storyboard中的某个UI界面所依赖的VC的具体的那个实例的
-》最后无奈,只能换个办法,解决此处特定的问题:
另外某个VC中,想要访问别的(从storyboard中实例化而得到的)VC(实例)中的变量的值
用的是static变量: