Skip to content

Xcode 8.1: swift 2.3 issue with  #30

@kennebecstars

Description

@kennebecstars

Hi.

This is a simple one to fix for this version of Xcode.

fatal error: init(coder:) has not been implemented: file ./Pods/KGFloatingDrawer/Pod/Classes/KGDrawerViewController.swift, line 29

required public init?(coder aDecoder: NSCoder) {
    fatalError("init(coder:) has not been implemented")
}

This goes away if I simply add a call to super.init prior to the fatalError:

    super.init(coder: aDecoder)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions