Fix link to YGLayout header in docs
Summary: Closes https://github.com/facebook/yoga/pull/595 Reviewed By: amonshiz Differential Revision: D5643379 Pulled By: dshahidehpour fbshipit-source-id: ae972f270ee26fe7755ba5dee4d357d150a27c2a
This commit is contained in:
committed by
Facebook Github Bot
parent
5edfb679e7
commit
2ee2dd439f
@@ -9,7 +9,7 @@ permalink: /docs/api/yogakit/
|
|||||||
|
|
||||||
YogaKit is a Objective-C (and Swift-compatible) wrapper for Yoga. It allows iOS Developers to manage the layout of their views using the power of Yoga.
|
YogaKit is a Objective-C (and Swift-compatible) wrapper for Yoga. It allows iOS Developers to manage the layout of their views using the power of Yoga.
|
||||||
|
|
||||||
Layout configuration is done via the [YGLayout](https://github.com/facebook/yoga/blob/master/YogaKit/YGLayout.h) object. YogaKit exposes `YGLayout` via a [category](https://developer.apple.com/library/content/documentation/General/Conceptual/DevPedia-CocoaCore/Category.html) on [UIView](https://developer.apple.com/reference/uikit/uiview).
|
Layout configuration is done via the [YGLayout](https://github.com/facebook/yoga/blob/master/YogaKit/Source/YGLayout.h) object. YogaKit exposes `YGLayout` via a [category](https://developer.apple.com/library/content/documentation/General/Conceptual/DevPedia-CocoaCore/Category.html) on [UIView](https://developer.apple.com/reference/uikit/uiview).
|
||||||
|
|
||||||
### Lifecycle
|
### Lifecycle
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user