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] prework - Please review my work #1

Open
patyoon opened this issue Jan 19, 2016 · 3 comments
Open

[Intro to iOS] prework - Please review my work #1

patyoon opened this issue Jan 19, 2016 · 3 comments

Comments

@patyoon
Copy link
Owner

patyoon commented Jan 19, 2016

My prework is completed.

cc/ @codepathreview

I know the deadline was yesterday but since I was on vacation for 6 weeks without good Internet connection I was only able to start working on this yesterday. Thanks for the understanding!

@timothy1ee
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.

You'll receive an email in the next day or so if you will have a seat in the class.

@codepathreview
Copy link

Thanks for submitting your pre-work but your current submission is incomplete. Can you please review the section in the pre-work about [the readme]https://courses.codepath.com/snippets/intro_to_ios/prework.md#heading-5-submitting-the-project) for your project?

In particular, be sure to start from the README template that is linked there, check off your completed required and optional features ([x]), list any additional features, and include a recorded app walkthrough with LiceCap.

Please re-submit your project on your application dashboard, and it will notify us to review again.

@patyoon
Copy link
Owner Author

patyoon commented Sep 28, 2016

Hello,

I updated the README.md file.
https://github.com/patyoon/codepath-prework/blob/master/README.md

Thanks for the review!

On Wed, Sep 28, 2016 at 4:50 PM, CodePath Reviewers <
notifications@github.com> wrote:

Thanks for submitting your pre-work but your current submission is
incomplete. Can you please review the section in the pre-work about [the
readme]https://courses.codepath.com/snippets/intro_
to_ios/prework.md#heading-5-submitting-the-project) for your project?

In particular, be sure to start from the README template that is linked
there, check off your completed required and optional features ([x]),
list any additional features, and include a recorded app walkthrough with
LiceCap http://www.cockos.com/licecap/.

Please re-submit your project on your application dashboard
https://apply.codepath.com/dashboard/, and it will notify us to review
again.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#1 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AC7xVW31pmbNfRx5LQSjFWoB9D5MdVpgks5qutMhgaJpZM4HHV5p
.

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

3 participants