I have made an application in Swift for iOS with 2 view controllers in the same story board. I have connected both views using a segue. It navigates perfectly as wanted. In second view i have added two UITextField
s and a UIButton
. When I click on the textfield it kills the current view and goes back to the previous view. The button is clickable and behaves normally.
I have already checked the enable user interaction property for all.