tapz / MWPhotoBrowserSwift

A simple iOS photo and video browser with grid view, captions and selections. Swift version.
MIT License
44 stars 12 forks source link

Download button doesnt work #2

Open ghost opened 8 years ago

ghost commented 8 years ago

Bottom download button doesnt work when pressed. Nothing happened.

tapz commented 8 years ago

What is bottom download button? If you mean the toolbar sharing button it just calls you handler and you have to implement the actual functionality.

ghost commented 8 years ago

Is it this func? func actionButtonPressedForPhotoAtIndex(index: Int, photoBrowser: PhotoBrowser) { // Do your thing! }

tapz commented 8 years ago

That's the func.