Tagged in

Xcode

devops and cross platform development
devops and cross platform development
posts related to my daily life as a devops and cross platform developer
More information
Followers
93
Elsewhere
More, on Medium

iOS Starting with CocoaPods

CocoaPods is the dependency manager for Objective-C projects, this tool allow us to manage third party libraries in an easy way in our xcode projects.

Installing CocoaPods


iOS Fetch and Parse JSON

In our post “Using JSON API in wordpress”, we see how to get the content of a blog on JSON format with the wordpress plugin Jetpack, now we are going to show that content in a simple BlogReader iOS app.

JSON blog content


iOS Customize TableView Cells with image

In the previous tableview example, we have created a simple Table View app to display list of countries. In this tutorial we are going to customize the table view cell.

Add images folder