Results 6 comments of Vishal Singh

Hi, Can you update your pod and try using below delegate methods to configure height in case of horizontal scrolling or width in case of vertical scrolling: ```swift func verticalPaddingForHorizontalInfiniteScrollingBehaviour(behaviour:...

Thank you for your contribution. Can you please check the comments?

I will try to find out a way to create effect that you are looking for. Meanwhile, have you tried using [iCarousel](https://github.com/nicklockwood/iCarousel) ? It has a property `autoscroll` which could...

Hi guys, So I was checking about this over this weekend. I think this is something that can roughly be achieved without help of this component, so I think I...

Hi, The exact porting would be like: ``` public override void Scrolled(UIScrollView scrollView) { var boundarySize = Parent._numberOfBoundaryElements * Parent.CellSize + (Parent._numberOfBoundaryElements * Parent.Padding); var contentOffsetValue = Parent.ContentOffset.Y; if (contentOffsetValue...

@amrangry Can you let me know the iOS and Xcode version in which you are seeing this error? I built this control long back and have not been maintaining it....