Jonas Budelmann 11 жил өмнө
parent
commit
965c061e55
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -7,7 +7,7 @@ v0.3.2
 self.leftConstraint.animator.offset(20);
 ```
 
-* Add setter methods for NSLayoutConstraint constant proxies like offset, centerOffset, insets, sizeOffset.
+* Add setter methods for NSLayoutConstraint constant proxies like `offset`, `centerOffset`, `insets`, `sizeOffset`.
 now you can update these values using more natural syntax
 
 ```objective-c