DEV Community

Avelyn Hyunjeong Choi
Avelyn Hyunjeong Choi

Posted on

1

Create another view controller in Xcode

1.+ > view controller > drag and drop it to main
Image description

Now, we have empty view controller created
Image description

2.we need a file for the new view controller
Image description

Image description

3.now, we have secondVC

Image description

4.need to link the secondVC to the design
click blue square
Image description

go to identity inspector > change class name to secondVC in Customer Class
Image description

Sentry growth stunted Image

If you are wasting time trying to track down the cause of a crash, it’s time for a better solution. Get your crash rates to zero (or close to zero as possible) with less time and effort.

Try Sentry for more visibility into crashes, better workflow tools, and customizable alerts and reporting.

Switch Tools

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay