Krisiacik / ImageViewer

An image viewer à la Twitter
MIT License
2.54k stars 387 forks source link

how to use #208

Open meetiosdev opened 5 years ago

meetiosdev commented 5 years ago

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'

alimirshad commented 5 years ago

Create your items that is of type GalleryItem