Пример #1
0
 public void ScrollOutHeader(bool animated)
 {
     ScrollUtil.ScrollOutHeader(
         _collectionView,
         HomeHeaderView.DefaultHeight,
         _isTouched && animated);
 }
Пример #2
0
 public void ScrollOutHeader(bool animated)
 {
     ScrollUtil.ScrollOutHeader(
         _tableView,
         HeaderHeight,
         _isTouched && animated);
 }