8000 Passing an image to initializer does nothing · Issue #21 · uber/UberSignature · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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
Open
@marchinram

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

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

      0