gdavis / FGallery-iPhone

Objective-C based gallery for iPhones
583 stars 144 forks source link

Added Thumbnail Selection #39

Closed Nexoma closed 9 years ago

Nexoma commented 11 years ago

Added the opportunity to switch a GalleryView into "Thumbnail Selection mode". Selection can be indicated by glow and / or an Icon. An example Icon is included but should be replaced by a good quality Retina icon.

You can see this working in the "Custom Controls Gallery".

How to enable and use it:

[localGallery setIsSelectingView:YES]; [localGallery setSelectingViewHasGlow:YES]; [localGallery setSelectingViewHasIcon:YES];

gdavis commented 9 years ago

Thanks for the contribution but a couple things: 1) this project is no longer actively maintained and 2) this feature is pretty specific for what you want do to with the gallery and is not something I’d bring into the main develop branch. Sorry.