Skip to content

RaunaqMalhotra/MyStory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project 1 - MyStory

Submitted by: Raunaq Malhotra

MyStory is an app that introduces myself - Raunaq Malhotra. It uses the functionality of storyboards with UIViews, UILabels, and Navigation Controllers to achieve the task. This app is compatible with any iPhone model because of the constraints and auto-layout functionality that I've used in the app. I've also added some styling and custom background colors for each of the screens you navigate to :D
Simply run the app on a simulator using any iPhone model and interact with the app by clicking on one of the 4 labels. Each label tells you a little bit about me - so have fun getting to know me better and feel free to reach out on LinkedIn! :)

Time spent: 7 hours spent in total

Required Features

The following required functionality is completed:

  • Users are able to see a customized app icon and launch screen
  • Your app should work for any screen size and orientation using AutoLayout constraints
    • Mark here if you will demostrate auto layout implemention as horizontal rotation or different phone size or both
  • Users are able to see at least 3 context items
  • Users are able to tap into each context item and see detail view contains information about each item (title, description, picture if applicable, etc.)

The following optional features are implemented:

  • Improve and customize the user interface through styling and coloring
  • Allow users to scroll when context items are off-screen (table view implemention)

The following additional features are implemented:

  • List anything else that you can get done to improve the app functionality!

Video Walkthrough

Here's a walkthrough of implemented user stories:

GIF created with RecordIt for macOS

Notes

Implementing the AutoLayout to make the information compatible on different iPhone models with different screen size was a challenge for me. I had some issues with setting the constraints of the Stack Views in each screen so that it's not only visually appealing in a vertical screen but also compatible and user-friendly in landscape mode. Furthermore, I had to make sure that I had all the functionalities and labels visible in every screen size i.e. different iPhone models. This took most of the 7 hours I dedicated to this project

License

Copyright 2023 Raunaq Malhotra

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

iOS app to learn a bit more about me!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages