Skip to content

mcelwee/290I_HW_1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

#Intro This repo is intended for CS290I (Computer Science for Non_Computer Science) students. It contains sample skeleton code from HW_1. An easy way to start the homework would be to fork this repo.

Outcomes

By the end of this HW you will be familiar with the basic storyboarding principles of iOS development. You will be able to create static views with pre-defined segues from xCode’s storyboard editor. You will get introduced UITableViewController, UIViewController and basic layout-ing via springs and struts.

Statement

Create a 5-page personal portfolio app that displays information from your resume. The pages are to be designed as follows: Page 1: A UIViewController with buttons segueing to different app sections Pages 2 - 5: These represent different section of the app, you can fill them with any content from your resume (for example: about me, work experience and education, contact information,… ) You are required that at least one of your sections to be a static UITableViewController with more than one section. You are also required to only use push segues for segueing.

You can browse an acceptable submission via the following link : https://appetize.io/app/wbqetj8mbthrj8z0uh1gfyt3ec

Handy docs:

http://www.raywenderlich.com/50308/storyboards-tutorial-in-ios-7-part-1

https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/Anatomy.html#//apple_ref/doc/uid/TP40006556-CH24-SW1

UC Berkeley, Civil Systems Department

About

This repo is intended for CS290I (Computer Science for Non_Computer Science) Students. It contains sample skeleton code from HW_1. An easy way to start the homework would be to fork this repo.

https://appetize.io/app/wbqetj8mbthrj8z0uh1gfyt3ec

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors