Skip to content

ViewController init should be init? #2

@simonxcheng

Description

@simonxcheng

In the VeiwController.swift, the init should be failable:

required init?(coder aDecoder: NSCoder) {
self.session = WCSession.defaultSession()
super.init(coder: aDecoder)
}

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