Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Passing an image to initializer does nothing #21

Description

@marchinram

https://github.com/uber/UberSignature/blob/master/Sources/Swift/SignatureDrawingViewController.swift#L40

public init(image: UIImage? = nil) {
        super.init(nibName: nil, bundle: nil)
    }

The passed image is not used or shown in view controller when using this initializer, I would expect that when I pass an image to this initializer it would show the image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions