简体   繁体   中英

How to manage screen scrollview and collectionview scrollview same time in ios/xamarin.ios

On one screen,I am having some content and below that having collectionview,so I want to know how to manage scrollview of screen and scroll of collectionview.I cant make disable collectionview scroll bcoz I am using paging for collectionview on DecelerationEnded delegate method,So for that I ahve to use scroll of collectionview. So,please give me solution that how to mange these two scrollview same time because screen is not responsing for two seconds.

您可以将tag(self.scrollView.tag = XXX)用于滚动视图,并将条件放入委托方法中。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM