Exemplo n.º 1
0
 private void ScrollTheView(bool move)
 {
     cnsTopConstrain.Constant = -_scrollAmount;
     MainScrollView.UpdateConstraints();
 }
Exemplo n.º 2
0
 private void KeyBoardDownNotification(NSNotification notification)
 {
     cnsTopConstrain.Constant = default(int);
     MainScrollView.UpdateConstraints();
 }