felixsan / TwitterClient

0 stars 0 forks source link

Submitting the Twitter Client Homework #1

Open felixsan opened 11 years ago

felixsan commented 11 years ago

Hey Tim (@timothy1ee),

Here's my submission for the Twitter Client. Everything looks fine on iOS 7 but things end up looking funky on iOS 6. For some reason switching between the two views within Xcode really screw things up even when using Auto Layout.

All the required functionality is there and the optional pull to refresh. I have the beginnings of the infinite loading but ended commenting it out due to a bug that causes me to get rate limited quickly.

edit I managed to fix a number of the auto layout issues when switching between the 2 ios versions and switching between 3.5" and 4".

timothy1ee commented 11 years ago

Sorry for the delayed review. The parts that you have completed looks great. It's good practice tuning these minor details.

Check out this project, you might like it: https://github.com/youknowone/UI7Kit. It brings the iOS 7 style back to iOS 6 with just one line of code.

The main takeaways for this homework were:

Here's my checklist of things I'm looking at when I'm reviewing this project.