I'm currently working with multi storyboard project for avoid storyboard conflict.
I'm using XCode 8.2.1 and it's very easy if I use Storyboard Reference
. But when I change deployment target to 8.0 it's say "Storyboard Reference does not work on ios 8" and now I wanna change my storyboard structure for sure the project will working with ios lower than 9.
How can I do that? Can someone give me a guide for do it?
For more detail, this picture below is my setup of Main.storyboard
.
Thank in advance.
Update: I have tried to search and found this question but it doesn't help me to solve my problem. That why I'm create a new here for looking a help.