You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Hello,
Captions are not visible even in the example. Please check that.
The text was updated successfully, but these errors were encountered: