コード例 #1
0
        public override void DraggingStarted(UIScrollView scrollView)
        {
            base.DraggingStarted(scrollView);

            if (_scrollToHideManager != null)
            {
                _scrollToHideManager.DraggingStarted();
            }
        }
コード例 #2
0
ファイル: VenueTableSource.cs プロジェクト: showmap/smartwalk
 public override void DraggingStarted(UIScrollView scrollView)
 {
     _scrollToHideManager.DraggingStarted();
 }