예제 #1
0
 public static void AllEdgesToSuperView(this UIView view, int constant = 0, bool isSafeLayoutGuide = false)
 {
     view.AllEdgesToView(view.Superview, constant, isSafeLayoutGuide);
 }