larryliuuu / tipCalculator

iOS Pre-work: Tip Calculator App
0 stars 0 forks source link

tipCalculator Progress Notes #1

Open larryliuuu opened 8 years ago

larryliuuu commented 8 years ago

Calculator functionality finished.

Still working on UI enhancements and functionality improvments.

I will be providing support for:

chieger commented 8 years ago

This is a great submission Larry!

In order to even further increase your chances of acceptance and familiarize yourself further with the language, we encourage you take a stab at additional optionals. You can just submit a new Github issue when you’re done and add /cc @codepathreview. No need to refill the pre-work form

This pre-work is a preview of our weekly project process. Generally, weekly projects take about 5 hours to complete the required features and an additional 5 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:

Ray Wenderlich Swift Style Guide Github Swift Style Guide

Do your views look good on iPhone 4, 5, and 6? 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.

Acceptance emails will be sent out during the first week of January.

Charlie Hieger CodePath

larryliuuu commented 8 years ago

Hi Charlie,

I just didn't particularly have time to work on the pre-work enhancements this week. Something came up but I do intend on providing some UI improvements for the calculator assignment. If accepted into Codepath university, I'll definitely provide my full efforts in making the most out of such an excellent program. Thanks for everything and Happy New Years!

-Larry

On Thu, Dec 31, 2015 at 1:55 AM, Charlie Hieger notifications@github.com wrote:

This is a great submission Larry!

In order to even further increase your chances of acceptance and familiarize yourself further with the language, we encourage you take a stab at additional optionals. You can just submit a new Github issue when you’re done and add /cc @codepathreview https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_codepathreview&d=BQMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=NVOlk0zXH1jz4aXLVBrY9yAJ9_172Y-v_zJsMgLJdVA&m=5XNg6KAurfkYYHoX_WQZoBdb9L2h9QVTSdntaG9tFGg&s=m1Fx-h2mP0M8RHazuKTi4dhb-7zIX-BZ99DBG8m4PI8&e=. No need to refill the pre-work form

This pre-work is a preview of our weekly project process. Generally, weekly projects take about 5 hours to complete the required features and an additional 5 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:

Ray Wenderlich Swift Style Guide https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_raywenderlich_swift-2Dstyle-2Dguide&d=BQMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=NVOlk0zXH1jz4aXLVBrY9yAJ9_172Y-v_zJsMgLJdVA&m=5XNg6KAurfkYYHoX_WQZoBdb9L2h9QVTSdntaG9tFGg&s=S6UPcx22Jk9dKxY9BTMVTpkZR0SMUGiKY4jp5PTrs2w&e= Github Swift Style Guide https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_github_swift-2Dstyle-2Dguide&d=BQMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=NVOlk0zXH1jz4aXLVBrY9yAJ9_172Y-v_zJsMgLJdVA&m=5XNg6KAurfkYYHoX_WQZoBdb9L2h9QVTSdntaG9tFGg&s=TVFihRe95TDSPmphZQLaUGsK8UELnmrmd7S63G0nc1c&e=

  • Views are created in Storyboard, Interface Builder, or programmatically, 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 programmatically 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? 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.

Acceptance emails will be sent out during the first week of January.

Charlie Hieger CodePath

— Reply to this email directly or view it on GitHub https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_larryliu96_tipCalculator_issues_1-23issuecomment-2D168137266&d=BQMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=NVOlk0zXH1jz4aXLVBrY9yAJ9_172Y-v_zJsMgLJdVA&m=5XNg6KAurfkYYHoX_WQZoBdb9L2h9QVTSdntaG9tFGg&s=HANLmpXlNd8X3wlQ1vIwXABPpHcljc7mQy6jYKXBwBk&e= .