diff --git a/examples/README.md b/examples/README.md index 87c32c6375..2da8c3bc54 100644 --- a/examples/README.md +++ b/examples/README.md @@ -16,6 +16,22 @@ Featuring: - ASCollectionView batch API - ASDelegateProxy +### ASDKgram [ObjC] + +![ASDKgram Example App Screenshot](./Screenshots/ASDKgram.png?raw=true) + +### ASDKLayoutTransition [ObjC] + +![ASDKLayoutTransition Example App](./Screenshots/ASDKLayoutTransition.gif?raw=true) + +### ASDKTube [ObjC] + +![ASDKTube Example App](./Screenshots/ASDKTube.gif?raw=true) + +### ASMapNode [ObjC] + +![ASMapNode Example App Screenshot](./Screenshots/ASMapNode.png?raw=true) + ### ASTableViewStressTest [ObjC] ![ASTableViewStressTest Example App Screenshot](./Screenshots/ASTableViewStressTest.png?raw=true) @@ -30,6 +46,10 @@ Featuring: - ASMultiplexImageNode - ASLayoutSpec +### AsyncDisplayKitOverview [ObjC] + +![AsyncDisplayKitOverview Example App Screenshot](./Screenshots/AsyncDisplayKitOverview.png?raw=true) + ### BackgroundPropertySetting [Swift] ![BackgroundPropertySetting Example App gif](./Screenshots/BackgroundPropertySetting.gif?raw=true) @@ -61,7 +81,7 @@ Featuring: - ASLayoutSpec - ASMultiplexImageNode -### CustomCollectionView [ObjC] +### CustomCollectionView [ObjC+Swift] ![CustomCollectionView Example App gif](./Screenshots/CustomCollectionView.gif?raw=true) @@ -93,9 +113,13 @@ Featuring: - UIViewController with ASTableView - ASCellNodes with ASNetworkImageNode and ASTextNode +### LayoutSpecPlayground [ObjC] + +![LayoutSpecPlayground Example App Screenshot](./Screenshots/LayoutSpecPlayground.png?raw=true) + ### Multiplex [ObjC] -![Multiplex Example App gif](./Screenshots/Multiplex.gif?raw=true) +![Multiplex Example App](./Screenshots/Multiplex.gif?raw=true) Featuring: - ASMultiplexImageNode (with artificial delay inserted) @@ -103,6 +127,8 @@ Featuring: ### PagerNode [ObjC] +![PagerNode Example App](./Screenshots/PagerNode.gif?raw=true) + Featuring: - ASPagerNode @@ -156,7 +182,7 @@ cell types may be appropriate to display to the user with placeholders, whereas ### VerticalWithinHorizontalScrolling [ObjC] -![VerticalWithinHorizontalScrolling Example App Screenshot](./Screenshots/VerticalWithinHorizontalScrolling.png?raw=true) +![VerticalWithinHorizontalScrolling Example App](./Screenshots/VerticalWithinHorizontalScrolling.gif?raw=true) Features: - UIViewController containing ASPagerNode containing ASTableNodes diff --git a/examples/Screenshots/ASDKLayoutTransition.gif b/examples/Screenshots/ASDKLayoutTransition.gif new file mode 100644 index 0000000000..c75467164d Binary files /dev/null and b/examples/Screenshots/ASDKLayoutTransition.gif differ diff --git a/examples/Screenshots/ASDKTube.gif b/examples/Screenshots/ASDKTube.gif new file mode 100644 index 0000000000..956a5c0440 Binary files /dev/null and b/examples/Screenshots/ASDKTube.gif differ diff --git a/examples/Screenshots/ASDKgram.png b/examples/Screenshots/ASDKgram.png new file mode 100644 index 0000000000..358dae3805 Binary files /dev/null and b/examples/Screenshots/ASDKgram.png differ diff --git a/examples/Screenshots/ASMapNode.png b/examples/Screenshots/ASMapNode.png new file mode 100644 index 0000000000..aa605349fe Binary files /dev/null and b/examples/Screenshots/ASMapNode.png differ diff --git a/examples/Screenshots/AsyncDisplayKitOverview.png b/examples/Screenshots/AsyncDisplayKitOverview.png new file mode 100644 index 0000000000..4941292c4b Binary files /dev/null and b/examples/Screenshots/AsyncDisplayKitOverview.png differ diff --git a/examples/Screenshots/LayoutSpecPlayground.png b/examples/Screenshots/LayoutSpecPlayground.png new file mode 100644 index 0000000000..9ed4db7c55 Binary files /dev/null and b/examples/Screenshots/LayoutSpecPlayground.png differ diff --git a/examples/Screenshots/PagerNode.gif b/examples/Screenshots/PagerNode.gif new file mode 100644 index 0000000000..8c13a0faea Binary files /dev/null and b/examples/Screenshots/PagerNode.gif differ