danbretl / photoflow

0 stars 0 forks source link

Better design / indicators for "load more" functionality #8

Closed danbretl closed 11 years ago

danbretl commented 11 years ago

The "+" reads too much like "tap me to add a photo", rather than "there could be more photos, scroll down to load more". We need a better design for this idea. Currently, the indicator is in the spot of the last cell, but this may also not be the best idea. Start fresh, and try to come up with something better / cleaner / simpler. Keep in mind that the collection view will auto-load-more when the user scrolls to the bottom of the existing collection.

nishitakavadia commented 11 years ago

Added a new icon for loadmore:

loadmore@2x.png loadmore_highlight@2x.png loadmore.png loadmore_highlight.png

it should show up under a complete row of three thumbnails or banner, and on scrolling down further / touching the icon, it's replaced by the spinning wheel and the next lot of images load underneath.

danbretl commented 11 years ago

I don't see these files in the PNG export folder currently - I'm assuming they're still being worked on. Let me know if they're hidden somewhere.

nishitakavadia commented 11 years ago

Sorry! Had forgotten to copy them over from my local folder. You should see then now.

Sent from my iPhone

On 16-Oct-2012, at 6:14 PM, Dan Bretl notifications@github.com wrote:

I don't see these files in the PNG export folder currently - I'm assuming they're still being worked on. Let me know if they're hidden somewhere.

— Reply to this email directly or view it on GitHubhttps://github.com/danbretl/photoflow/issues/8#issuecomment-9483141.

danbretl commented 11 years ago

I'm guessing the best way to do this will be to just add a single (footer) subview directly to the UICollectionView. The collection view does not seem to have built in support for this kind of thing, but throwing in something manual like that should not be too hard. The only question is contentInset on the collection view...