Skip to content

Commit

Permalink
- Fix retain cycle. AlbumToast own UINavigationController
Browse files Browse the repository at this point in the history
- Optimization PhotoManager
- Preview enter `transition animation`
- Edit .travis.yml
- Edit REASME.md
  • Loading branch information
ray00178 committed Oct 7, 2019
1 parent 0f31503 commit 4b22d29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit 4b22d29

Please sign in to comment.