Skip to content

Spaces in coding keys not being trimmed #70

@johsoe

Description

@johsoe

If a key contains a space at the beginning of it key, this space won't be removed when generating the coding keys, causing the app to fail to compile

public override subscript(key: String) -> String? {
            switch key {
            case CodingKeys. key.stringValue: return value
            }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingiOS

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions