ugenlik
ugenlik
This is weird bug especially happens when vertical and infinite scroll is enabled. Pretty easy to reproduce. Create 5-6 viewcontrollers and observe the viewdidappear
For a little while I didn't realize `pagingDataSource` is also holding a reference to itemsDataSource... Making `itemsDelegate` and `itemsDataSource` weak then passing the weak value to `GalleryPagingDataSource` resolved my issues....
iPhone X issue is fixed in commit `'a4de06a08a78c4b0a65a48aa891f755b64ff03a8'` but unless I specified the commit in the pod file, I dont get the latest merge `pod 'ImageViewer', :git => 'https://github.com/MailOnline/ImageViewer.git', :commit...
Would it be possible to convert he project to use async await?