How to work buttons in Xcode11

Hey there! I am fairly new to Xcode and have been trying to program buttons so that when you press them they take you to a different scene. I haven’t been able to find any tutorials on how to program any buttons in Xcode11. I was hoping that someone could help me on here.

Hi @JackOfAllTrade5

Welcome to the Community!!

I suppose the simple answer to your question is control-click and drag from a button to the viewController you want it to push to. This creates a manual segue.

If you go through the beginner series, Chris wil cover this in detail.

Blessings,
—Mark