Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 751 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 751 Bytes

IOS Tutorial: Building a Full Screen Camera with Swift/Xcode (Part 1)

You can read the article on Medium

Here we are going to build a custom full-screen camera application. The app provides a minimalistic UI with a single capture button at the bottom of the screen.

The template includes a pre-built storyboard and custom classes.

  • If you open the Storyboard, you will find two view controllers.
  • The Custom Camera Controller is used to show the camera interface, while the Photo View Controller is constructed for showing a captured photo.
  • Both view controllers are associated with the corresponding class.