From 4b22d29d8564e827d074c8033c5c3a853a01f595 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 7 Oct 2019 22:50:12 +0800 Subject: [PATCH] - Fix retain cycle. AlbumToast own `UINavigationController` - Optimization PhotoManager - Preview enter `transition animation` - Edit .travis.yml - Edit REASME.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6f4f0e7..bba5c8b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ - In preview photo, your can zoom photo. - According to your project color, Setting your pick color、navigationBar tint color、navigationBar bar tint color. - According to your preferences / needs, Show the number of fields and select the number of restrictions. - - Perfect support for iPhone X, Xs, Xr, Xs Max, 11 Pro and 11 Pro Max. + - Perfect support for iPhone X, Xs, Xr, Xs Max, 11 Pro and 11 Pro Max. - Support language 🇹🇼Chinese Traditional、🇨🇳Chinese Simplified, otherwise use 🇺🇸English. ## Screenshots @@ -100,8 +100,8 @@ EasyAlbum.of(appName: "EasyAlbum") extension ViewController: EasyAlbumDelegate { func easyAlbumDidSelected(_ photos: [AlbumData]) { - // U can do something by selected. - photos.forEach({ print("AlbumData 👉🏻 \($0)") }) + // You can do something by selected. + photos.forEach({ print("AlbumData 👉🏻 \($0)") }) } func easyAlbumDidCanceled() {