bishalgautam / tipcalc

0 stars 0 forks source link

@codepathreview My code is only complete for the first screen. I will try to complete it by 15. #1

Open bishalgautam opened 8 years ago

chieger commented 8 years ago

Hi Bishal,

Can you please add an animated gif to your README file. You can reference the [submissions guide]() for more detailed instructions.

Please comment to this issue when README is updated with gif

bishalgautam commented 8 years ago

Hi,

I have included tipcalc.gif https://github.com/bishalgautam/tipcalc/blob/master/tipcalc.gif file.

Thanks, Bishal Gautam

On Tue, Dec 29, 2015 at 7:31 PM, Charlie Hieger notifications@github.com wrote:

Hi Bishal,

Can you please add an animated gif to your README file. You can reference the submissions guide for more detailed instructions.

Please comment to this issue when README is updated with gif

— Reply to this email directly or view it on GitHub https://github.com/bishalgautam/tipcalc/issues/1#issuecomment-167914703.

With Regards

Bishal Gautam Electronics And Communication Engineering Department B-Tech-IV,SVNIT ,Surat phone no:+919712488626 email: bishal.htd04@gmail.com email%3Abishal.htd04@gmail.com

bishalgautam commented 8 years ago

Hi,

here is the link,

https://github.com/bishalgautam/tipcalc/blob/master/tipcalc.gif

thanks, bishal gautam

On Wed, Dec 30, 2015 at 9:51 AM, Bishal Gautam bishal.htd04@gmail.com wrote:

Hi,

I have included tipcalc.gif https://github.com/bishalgautam/tipcalc/blob/master/tipcalc.gif file.

Thanks, Bishal Gautam

On Tue, Dec 29, 2015 at 7:31 PM, Charlie Hieger notifications@github.com wrote:

Hi Bishal,

Can you please add an animated gif to your README file. You can reference the submissions guide for more detailed instructions.

Please comment to this issue when README is updated with gif

— Reply to this email directly or view it on GitHub https://github.com/bishalgautam/tipcalc/issues/1#issuecomment-167914703 .

With Regards

Bishal Gautam Electronics And Communication Engineering Department B-Tech-IV,SVNIT ,Surat phone no:+919712488626 email: bishal.htd04@gmail.com email%3Abishal.htd04@gmail.com

With Regards

Bishal Gautam Electronics And Communication Engineering Department B-Tech-IV,SVNIT ,Surat phone no:+919712488626 email: bishal.htd04@gmail.com email%3Abishal.htd04@gmail.com

chieger commented 8 years ago

hmm...I'm still not able to see the gif and I don't see the attachment...

The way we recommend handling gifs is to use imgur.

<img src="http://i.imgur.com/6UZBB5R.gif" width="250"/> 

Let me know if you have any questions about this process.

Thanks, Charlie

chieger commented 8 years ago

This a great submission Bishal!

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