ImageViewer icon indicating copy to clipboard operation
ImageViewer copied to clipboard

how to use

Open meetiosdev opened this issue 6 years ago • 1 comments

some one please how to use extension BasicExampleViewController: GalleryItemsDataSource { func itemCount() -> Int { return items.count }

func provideGalleryItem(_ index: Int) -> GalleryItem {
    return items[index].galleryItem
}

}

Use of unresolved identifier 'items'

meetiosdev avatar Dec 20 '18 12:12 meetiosdev

Create your items that is of type GalleryItem

alimirshad avatar Dec 23 '18 07:12 alimirshad