
Once you’ve got your key, open NewsClient.swift and insert your key in the Constants struct like so: static let apiKey = "REPLACE_WITH_NEWSAPIORG_KEY"
Install material design ios pod free#
Note: If you’re not familiar with CocoaPods we have a good introductory tutorial you can read to get familiar with the dependency manager.īefore you start working with the app, you’ll need to obtain a free key by signing up at. In your Terminal, navigate to the project’s root folder and run pod install. You may notice that the project is using CocoaPods. Getting Startedĭownload the starter project for News Ink, and take a look around to familiarize yourself.

Using Google Material Design Components for iOS, you will beautify the app with a flexible header, standard material colors, typography, sliding tabs, and cards with ink. In this tutorial, you’ll get a primer on Material Design and build a simple app that displays articles from a number of different news sources via the API. Google has even gone as far as open-sourcing the components they’ve used to build Material Design-powered apps on iOS. It turns out however, that Google has a much broader vision for Material Design that extends across many platforms, including iOS.

After all, Material Design is widely known for being the face of Google, and particularly on Android. Upon reading the title of this tutorial, you may be wondering how the terms “Google Material Design” and “iOS” ended up alongside each other.
