adamtait / twitter

a simple twitter client for iOS
MIT License
23 stars 1 forks source link

feature complete twitter app clone #2

Open adamtait opened 10 years ago

adamtait commented 10 years ago

here's my complete twitter app. I spend quite a bit more time with this one than previous apps and I think it really paid off. I'm mostly happy with the results and I know I'm way more comfortable with layouts & constraints than I was before. In hindsight, I could have used interface builder more (I only have 2 xib's), but layouts without interface builder have their benefits, too (see my ADRs).

Additions I'd still like to make:

/cc @nesquena @timothy1ee

good_day

timothy1ee commented 10 years ago

Great work, Adam!

The point of this homework was to explore some challenges involved in developing a richer MVC client. Below is the checklist I went through when reviewing your application.