vnu / Tip-Smart

Smart Tip Calculator
1 stars 0 forks source link

[Intro to IOS] Prework - Review my Tip Smart app #1

Open vnu opened 8 years ago

vnu commented 8 years ago

Hi @timothy1ee and @nesquena. I've completed the iOS pre work tip calculator app.

Due to some of my design choices, I've implemented the optional work little different than some of the example apps.

Can you please review? cc/ @codepathreview

nickai commented 8 years ago

Excellent work Vinu! Great to see you tackle a bunch of optionals and come up with a unique design for your app! As a CodePath alum, some of the following info might not be new to you, but I'll include it just so you have all the info.

This pre-work 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:

The next step is a brief phone conversation with the teaching team here which we'll be scheduling as it gets closer to the start of the bootcamp.

During the phone call, we'll ask you 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 about why you want to learn iOS and what apps you're interested in building.

Feel free to continue making improvements to the app before we schedule the phone call. We'll check it one more time right before the call. We give priority to people that demonstrate that they are willing to put a lot of time into this class.

vnu commented 8 years ago

@nickai Thanks for the feedback. Can you give me more updates about the timeline ? As roughly when will the call be and when will I know the results etc., cc/ @codepathreview

nickai commented 8 years ago

@vnu - We'll be starting the phone calls in early to mid January and you'll know the results shortly after the call.

Have a nice holiday!

vnu commented 8 years ago

Thanks @nickai. Happy holidays to you too :)

vnu commented 8 years ago

I worked on another branch called auto-layout that has the auto layout set and uses size classes. Both the branches will not work in landscape mode. They work only with portrait mode. I tested it through emulator and have been using my app on my iPhone 6 plus for all my tip Calculations :) Nothing can beat the happiness than using your own app to do something!!! 😀😎 cc/ @codepathreview