Skip to content

Add Support for Fetch Country from dial code #2

@sagarthukralRetweaks

Description

@sagarthukralRetweaks

Hi, it will be great if you can add support for fetch Country from DialCode in your Country Public Struct

public static func getCountryFrom(_ code: String) -> Country? {
return CountriesFetcher().fetch().first(where: { $0.dialCode == code})
}

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