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