suzuki-0000 / SKPhotoBrowser

Simple PhotoBrowser/Viewer inspired by facebook, twitter photo browsers written by swift
MIT License
2.64k stars 534 forks source link

How to set Header #161

Open bianning opened 7 years ago

bianning commented 7 years ago

How to set custom HTTP headers as I have to send Authorization to be able to fetch images.

suzuki-0000 commented 7 years ago

yeah, we need to implement... pull request is always welcome

UmaMadhavi commented 7 years ago

@suzuki-0000 . I have used this framework. It is really helped me a lot. But in case of tableview & collection view this is duplicating images. That means count also doubles & triples.Please tell me why this happens

aadjemonkeyrock commented 7 years ago

Does anyone already have a solution for authenticated images?

lenkaiser commented 6 years ago

Please merge this as soon as possible!

ilhammalik commented 5 years ago

you just follow this if you have exisiting image let browser = SKPhotoBrowser(originImage: self.avatar.image ?? UIImage(), photos: images, animatedFromView: view) browser.initializePageIndex(0) present(browser, animated: true, completion: {})