macdoum1 / Etsy-InfiniSearch

Infinite Scrolling Search application for iOS
2 stars 0 forks source link

Last result is not shown, due to UICollectionViews numberOfItemsInSection #7

Closed macdoum1 closed 10 years ago

macdoum1 commented 10 years ago

If result has 27 listings, the 27th element will be cut off.

macdoum1 commented 10 years ago

Changed number of listings loaded per request from 25 to 30 to ensure the number is even unless there is an odd total count. This allows the UICollectionView to not have a 'hanging' element unless necessary.