alexnj / iOSRottenTomatoes

iOS Rotten Tomatoes client
0 stars 0 forks source link

Assignment #2 - iOS Rotten Tomatoes App #1

Open alexnj opened 10 years ago

alexnj commented 10 years ago

Submitting the second assignment, @nesquena and @timothy1ee.

All must have use cases included.

alexnj commented 10 years ago

@timothy1ee

I'm working on the optional stories, and here's something I haven't been able to figure out after a couple of hours of effort - how to get that UIImageView on detail view resize to a height that maintains aspect, with a fixed-width. Right now, it's running in Aspect-Fill (which seems to be what I want), but it overlaps with the text. I would want to keep the exact same UI, just that the text should appear below.

I'll proceed with other stories, but I'd definitely like to get it to work properly with your help. Thanks.

alexnj commented 10 years ago

@timothy1ee

Submitting the completed app - with all optional stories completed.

What's not working - or what I need help with:

  1. The image issue described above.
  2. I broke pull down refresh and it has something to do with selector that I'm using - not sure what's going wrong. I'll continue to debug.
alexnj commented 10 years ago

@timothy1ee, I got the UIImageView to work exactly the way I wanted, i.e., 2/3rd of a poster height in view, with text neatly lining up underneath the image and pull down to see a full poster — all while using maximum capabilities of AutoLayout (Ref. commit 594d482447172cc5b85659ea02738c70589a7309). Your suggestion at how to do it worked flawlessly. Thanks so much.

/cc @holydevil