Skip to content

Commit

Permalink
Fixed typo on README. (#202)
Browse files Browse the repository at this point in the history
* Fixed crash in iPad when we tap(Long press) on image viewer in full screen mode to share the image or video.

* Fixed typo on README.

* Removed unnecesary code.
  • Loading branch information
JohnProg authored and RuiAAPeres committed Nov 13, 2018
1 parent ffe41df commit 9afa043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ github "MailOnline/ImageViewer"
For a detailed example, see the [Example](https://github.com/MailOnline/ImageViewer/tree/master/Example)!

```swift
// Show the ImageViewer with with the first item
// Show the ImageViewer with the first item
self.presentImageGallery(GalleryViewController(startIndex: 0, itemsDataSource: self))

// The GalleryItemsDataSource provides the items to show
Expand Down

0 comments on commit 9afa043

Please sign in to comment.