Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Captions not visible #18

Open
ritika1159 opened this issue Jan 22, 2018 · 1 comment
Open

Captions not visible #18

ritika1159 opened this issue Jan 22, 2018 · 1 comment

Comments

@ritika1159
Copy link

Hello,

Captions are not visible even in the example. Please check that.

@webtwistGit
Copy link

I also had to deal with this problem. Try to set the CollieGalleryOptions() parameter
showCaptionView to true and add the the options to the gallery init:

let CGoptions = CollieGalleryOptions()
CGoptions.showCaptionView = true
CGoptions.......
var gallery = CollieGallery(pictures: ........ , options: CGoptions)

If somebody also struggles with the problem, that the caption lays under tabbar after animation: I solved that with changing the x parameter in fileprivate func adjustViewSize(){} in CollieGalleryCaptionView.swift

Hope that helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants