Skip to content

Make QRCodeReaderViewController an open class to allow subclassing #187

@nickbit

Description

@nickbit

For my case I need to hide the navigation bar when QRCodeReaderViewController is pushed in the navigation controller. This cannot be done without overriding the functions viewWillAppear and viewWillDisappear of UIViewController. Other tweaks could be also not be possible without overriding the class.

So a simple change in the source code can solve these problems easily, just make the public class QRCodeReaderViewController open.

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