kiokoo / YaleMobile

YaleMobile, the first and best iOS application for Yale University students
https://itunes.apple.com/us/app/yale-mobile/id497588523?mt=8
MIT License
16 stars 7 forks source link

centering headers and adding padding in bluebookfilter #79

Closed mrgoodboy closed 10 years ago

mrgoodboy commented 10 years ago

fixed the values

danqing commented 10 years ago

Can you drop the change to gitignore? I don't think it's really needed. Otherwise looks good.

mrgoodboy commented 10 years ago

rewrote .gitignore

danqing commented 10 years ago

Hmm I think you need to simply "drop" gitignore. DSStore too.

mrgoodboy commented 10 years ago

how is this?

danqing commented 10 years ago

Looks good.

Just a note, this is perfectly fine:

CGFloat a = 3;

So no need for the 3.0 in code. Stuff like return 3 won't cause any confusion.