diff --git a/README.md b/README.md index 56fc364..ac5fbf0 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,13 @@ Pure Swift Cross-platform UIKit (Cocoa Touch) implementation (Supports Linux) ![Image](ReadmeImages/UbuntuStyleKit.png) +### Layout views according to a `UIViewContentMode` + +![Image](ReadmeImages/ContentMode.gif) + ### Create applications that run in the native Window Manager ![Image](ReadmeImages/UbuntuWindow.jpg) ![Image](ReadmeImages/MacWindow.jpg) - diff --git a/ReadmeImages/ContentMode.gif b/ReadmeImages/ContentMode.gif new file mode 100644 index 0000000..85382b0 Binary files /dev/null and b/ReadmeImages/ContentMode.gif differ