Răsfoiți Sursa

Update README.md

Jonas Budelmann 12 ani în urmă
părinte
comite
245d1a66e5
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -57,6 +57,8 @@ UIEdgeInsets padding = UIEdgeInsetsMake(10, 10, 10, 10);
  ]];
  ]];
 ```
 ```
 Even with such a simple example the code needed is quite verbose and quickly becomes unreadable when you have more than 2 or 3 views.
 Even with such a simple example the code needed is quite verbose and quickly becomes unreadable when you have more than 2 or 3 views.
+Another option is to use Visual Format Language (VFL), which is a bit less long winded. 
+However the ascii type syntax has its own pitfalls and its also a bit harder to animate as `NSLayoutConstraint constraintsWithVisualFormat:` returns an array.
 
 
 ## Prepare to meet your Maker!
 ## Prepare to meet your Maker!