I am developing an iOS application using swift, and I have used aUIContainerView
. I have set a segue forUIViewController
to be embedded in the UIContainerView
.
Now, I need to change this UIViewController
on aUIButton
click. Is that possible? If so how it can be achieved?
Thank you in advance.