-
Notifications
You must be signed in to change notification settings - Fork 51
Thanks! #15
Copy link
Copy link
Open
Description
It was very easy to integrate with Swift:
- Drag EXPhotoViewer.h EXPhotoViewer.m to project
- Add EXPhotoViewer.h to header File
- Add in "EXPhotoViewer.h"
- (void) someMethod:(UIImageView_) image;
- Add in "EXPhotoViewer.m"
" - (void) someMethod:(UIImageView_) image; {
[self showImageFrom:image];
}
In your Swift file:
var instanceOfCustomObject: EXPhotoViewer = EXPhotoViewer()
instanceOfCustomObject.someMethod(imageView)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels