Skip to content

Latest commit

History

History
29 lines (19 loc) 路 1.82 KB

File metadata and controls

29 lines (19 loc) 路 1.82 KB

CameraApp-ProgrammaticUI

Hey there! This is a simple Camera Application that I and Sahab Alharbi worked on as part of Tuwaiq's iOS bootcamp projects.

This app is meant to access the user's Camera and take a picture , then present it.

The App was built Programmatically without Storyboard.

This App Consists Of :

  • An Animated Launch Screen.
  • A simple login screen.
  • A personalized home screen that presents the photo that was taken. a button that navigates to the Camera View for the user to take photos, and another button that will be visiable after the photo has been taken, that saves the photo to the user's Camera Roll.

Opportunities to improve the project 馃殌 :

  • Save the photos in a CollectionView
  • Make the data Persistant.
  • Implement AutoLayout.

App UI's