Embed Segue - iOS 5
问题 I've dragged a Container View onto one of my View Controllers. This comes with an Embed Segue. Running produces this: 'Could not instantiate class named UIStoryboardEmbedSegueTemplate' So from a couple other stackoverflow questions it seems this isn't implemented in iOS 5. However, the questions didn't suggest the fix. XCode won't let me use any other kind of segue. If the answer is to create a custom Container View I'll go with that. I've seen plenty of code for that in the past couple days.