Lopdo

Results 5 comments of Lopdo

When I tried scrollToDate, it shot past the last month ![Simulator Screen Shot - iPhone 5s - 2020-01-05 at 10 22 43](https://user-images.githubusercontent.com/1050898/71778238-7eb62200-2fab-11ea-8267-1edf3a620854.png) note the big gap at the bottom. That...

I solved it by getting current ImageView, adding it as a subview of the controller's view, hiding vPhotoGallery when the transition starts and doing the opposite when it ends. This...

Hey there, wouldn't it be better to implement reloadData method? Using layoutSubview seems bit hackish and using dedicated method could prove beneficial if you decide to change some internal working...

Hi @fortesdev, my apologies, I should have been more specific about the Sendbird package. The issue is with the `sendbird-calls-ios` package, not the `sendbird-ios-framework` which I am assuming you tried....

Sounds good, thanks for checking it out. As for my project, I was able to add both packages when one of them was added using CocoaPods. Since we already have...