udacity / ios-nd-networking

Resources for Udacity's iOS Networking with Swift course.
MIT License
172 stars 88 forks source link

Fix bug in the displayImageFromFlickrBySearch method #3

Closed AndreBrinkop closed 5 years ago

AndreBrinkop commented 7 years ago

The displayImageFromFlickrBySearch has a parameter 'withPageNumber' that is used to get the pictures from a specific page. Due to an error in the code this parameter was not used in the executed request (so page 1 is selected).

AndreBrinkop commented 7 years ago

@jarrodparkes please review that when you find time. Pull request has been around for a while now.

OwenLaRosa commented 5 years ago

Hi André,

Thanks so much for taking the time to resolve this issue. I'm going to close this out, as the course was recently updated, and the bug is no longer relevant. Even though we did not get back earlier, my hope is to more actively maintain this repository going forward, as we greatly appreciate your efforts to not only identify but also fix content issues.