Skip to content

Smoogy/SAPISwiftSDKFramework

Repository files navigation

SAPISwiftSDKFramework

Are you a big fan of the Sensis API and want to do away with the ever-changing landscape of JSON binding in Swift, all while maintaining expressiveness, maintainability and keeping your code really, really good looking? Then check this out:

        if let primaryAddress = item.primaryAddress {
            if primaryAddress.addressLine != nil {
                address.text = primaryAddress.addressLine
            }
        }

Download

Coming soon to a Cocoapods and Carthage near you!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published