Skip to content

Thanks! #15

@ADevelopStudio

Description

@ADevelopStudio

It was very easy to integrate with Swift:

  1. Drag EXPhotoViewer.h EXPhotoViewer.m to project
  2. Add EXPhotoViewer.h to header File
  3. Add in "EXPhotoViewer.h"
    • (void) someMethod:(UIImageView_) image;
  4. Add in "EXPhotoViewer.m"
    " - (void) someMethod:(UIImageView_) image; {
    [self showImageFrom:image];
    }
    In your Swift file:
    var instanceOfCustomObject: EXPhotoViewer = EXPhotoViewer()
    instanceOfCustomObject.someMethod(imageView)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions