Open xiaobai07 opened 9 years ago
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 Objective-C or Swift. For example, in this project, we explored the following concepts:
The next step is to schedule a brief phone conversation with me here. I have appointment slots every week through January 23rd. Admission is rolling, so the sooner you schedule, the better. Once you've selected a time, update the calendar event with a phone number to call you at.
During the phone calls, I'll ask you a few simple language questions such as strong vs weak properties, blocks/closures, and categories/extensions. I'll also ask you about why you want to learn iOS and what apps you're interested in building.
Hi Timothy,
The appointment slots are all Jan 5th which has passed. I chose on at 6:00pm-6:15pm. I am available every day. Just let me know your free time. Thank you very much.
All the best, Yue
2015-01-06 12:41 GMT-08:00 Timothy Lee notifications@github.com:
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 Objective-C or Swift. For example, in this project, we explored the following concepts:
- Code styling in Objective-C or Swift. You can find some code styling guides here:
- The New York Times Objective-C Style Guide https://github.com/NYTimes/objective-c-style-guide
- Ray Wenderlich Swift Style Guide https://github.com/raywenderlich/swift-style-guide
- Github Swift Style Guide https://github.com/github/swift-style-guide
- 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 me here https://www.google.com/calendar/selfsched?sstoken=UVBDTi1jVkx4SldqfGRlZmF1bHR8MGVhNTlkZDFmYzQzODdkNDFhZjQ0NWQyZjFiMDU3Nzg. I have appointment slots every week through January 23rd. Admission is rolling, so the sooner you schedule, the better. Once you've selected a time, update the calendar event with a phone number to call you at.
During the phone calls, I'll ask you a few simple language questions such as strong vs weak properties, blocks/closures, and categories/extensions. I'll also ask you about why you want to learn iOS and what apps you're interested in building.
— Reply to this email directly or view it on GitHub https://github.com/xiaobai07/TipCalculator/issues/1#issuecomment-68930052 .
Hi Timothy,
Sorry, just ignore the last email. I have chose one. Thanks.
Yue
2015-01-07 23:20 GMT-08:00 yue bai chasedreamby@gmail.com:
Hi Timothy,
The appointment slots are all Jan 5th which has passed. I chose on at 6:00pm-6:15pm. I am available every day. Just let me know your free time. Thank you very much.
All the best, Yue
2015-01-06 12:41 GMT-08:00 Timothy Lee notifications@github.com:
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 Objective-C or Swift. For example, in this project, we explored the following concepts:
- Code styling in Objective-C or Swift. You can find some code styling guides here:
- The New York Times Objective-C Style Guide https://github.com/NYTimes/objective-c-style-guide
- Ray Wenderlich Swift Style Guide https://github.com/raywenderlich/swift-style-guide
- Github Swift Style Guide https://github.com/github/swift-style-guide
- 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 me here https://www.google.com/calendar/selfsched?sstoken=UVBDTi1jVkx4SldqfGRlZmF1bHR8MGVhNTlkZDFmYzQzODdkNDFhZjQ0NWQyZjFiMDU3Nzg. I have appointment slots every week through January 23rd. Admission is rolling, so the sooner you schedule, the better. Once you've selected a time, update the calendar event with a phone number to call you at.
During the phone calls, I'll ask you a few simple language questions such as strong vs weak properties, blocks/closures, and categories/extensions. I'll also ask you about why you want to learn iOS and what apps you're interested in building.
— Reply to this email directly or view it on GitHub https://github.com/xiaobai07/TipCalculator/issues/1#issuecomment-68930052 .
My app is complete, please review. /cc @codepathreview