I have a containerView with an embedded viewController. Sometimes I need to perform the embed segue again with different sender but I'll get this error:
'There are unexpected subviews in the container view. Perhaps the embed segue has already fired once or a subview was added programmatically?'
Is it possible to to perform a embed segue multiple times or not?!