dladowitz / blabber

Twitter Clone - iPhone App
0 stars 1 forks source link

Codepath Homework #3 #1

Open dladowitz opened 10 years ago

dladowitz commented 10 years ago

@timothy1ee, Done with the twitter homework. Things went much better this time round. I'm especially happy with the animation on the 'sign in' screen.

I basically made the equivalent of an animated gif. Any thoughts on how to do this in a more efficient way? It take 250 images which bloats the codebase and slows down load time. I had to write a ruby script to slice out all the images in 1px offsets from a 1000px wide original. Kinda a pain, but it looks really nice, so worth it. I'm guessing I could have used the original and moved it along a viewport or something.

timothy1ee commented 10 years ago

Good job! Glad things went better this time around. The point of this homework was to explore some challenges involved in developing a richer MVC client.

Here's my checklist as I'm reviewing the submissions: