Currently, in order to use the new features of UISplitViewController in iOS 14, it must be initialized using init(style:). However, as a result, the Split View can't be instantiated from a Storyboard, as its initialized with init(coder:) instead. Is there currently a workaround for this, or will it change with a future SDK release?
Using new UISplitViewController features with Interface Builder/Storyboards
Add a Comment