Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Intro to iOS] Project 1- Review My App #1

Open
caijim opened this issue Mar 11, 2015 · 2 comments
Open

[Intro to iOS] Project 1- Review My App #1

caijim opened this issue Mar 11, 2015 · 2 comments

Comments

@caijim
Copy link
Owner

caijim commented Mar 11, 2015

My app is complete. Sorta rushed this out because in the midst of studying for finals and didn't know about this part of the application, sorry. Will definitely be fully committed if accepted in the class. /cc @codepathreview

@codepathreview
Copy link

Good work. This prework is a preview of our weekly project process. Generally, weekly projects take between 5-10 hours to complete the required features and an additional 5-10 hours to complete the optional features. In general, we've seen that the more hours you log, the quicker you improve your proficiency with iOS.

The purpose of this project was to begin to explore Xcode and to get a broad overview of iOS development using Swift. For example, in this project, we explored the following concepts:

  • Code styling in Swift. You can find some code styling guides here:
  • Views are created in Storyboard, Interface Builder, or programatically, but they have the same goal: instantiate, initialize, and layout view objects. We use IBOutlets to give names to view objects, similar to giving unique ids to divs in HTML.
  • We registered for touch events, which can be done programatically or via IBActions.
  • We explored NSUserDefaults, one of the four persistence strategies in iOS.
  • View controllers have a set of methods that are called when it loads, appears, or disappears. These are called view controller lifecycle methods.
  • Do your views look good on iPhone 4, 5, and 6? Do your views look good on both iOS 6 vs iOS 7/8? We will cover in class how to use Auto Layout to robustly design your views for different screen sizes and OS versions.
  • After this assignment, you should understand the purpose of IBOutlets and IBActions as well as the basics of designing views and programmatically interacting with the views from the controller.

The next step is to schedule a brief phone conversation with the teaching team during one of the following windows of time:

^ - for these appointment windows, click to next week to see the open times.

Once you select a time, update the calendar event with the best phone number to reach you.

Admission is rolling, so the sooner you schedule, the better.

During the phone calls, you will be asked a few simple language questions that may include things like: strong vs weak properties, optionals, blocks/closures, and categories/extensions. We'll also ask you why you want to learn iOS and what apps you're interested in building.

@codepathreview
Copy link

Here is an additional window of time to choose from:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants