Skip to content

Commit 9afa043

Browse files
JohnProgRuiAAPeres
authored andcommitted
Fixed typo on README. (#202)
* 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.
1 parent ffe41df commit 9afa043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ github "MailOnline/ImageViewer"
3131
For a detailed example, see the [Example](https://github.com/MailOnline/ImageViewer/tree/master/Example)!
3232

3333
```swift
34-
// Show the ImageViewer with with the first item
34+
// Show the ImageViewer with the first item
3535
self.presentImageGallery(GalleryViewController(startIndex: 0, itemsDataSource: self))
3636

3737
// The GalleryItemsDataSource provides the items to show

0 commit comments

Comments
 (0)