11

UICollectionViewLayout for displaying 2D tables, similar to those in spreadsheets. Library contains layout class and DRCollectionViewTableLayoutManager that acts as a proxy and allows to configure collection view, and propagate it with data in easy way. For example implementation, checkout attached demo project. Library can be installed through CocoaPods.

Read More »

10

This week Matt Thompson published an interesting article on NSHipster, about stewardship, which is basically the duty and ethic of public service. Since I’ve been trying to be more active in the open source community, I figured I could use this occasion to write an article with the process that I follow when I’m writing a new library for iOS. I’ll be describing my work on AMScrollingNavbar as an example.

Read More »

14
29
26
18

When the first iPhone hit the stores, the OS that drove the device wasn’t a strong competitor on the smartphone market. A year later Apple released an official SDK to the public and revolutionized the mobile software industry.

Since then, iOS got a lot of improvements and great features. One of the latest and most important upgrades comes with the release of iOS 7. Developing modern apps for this mobile platform requires knowing what the OS is capable of.

Read More »

02

Here’s a tool called DyCI that aims to make objective-c dynamic code injection simple and works with both Xcode and AppCode.Dyci includes a script for easy installation, and you can use DyCI in your projects either by using Cocoapods or by adding a static framework on the download page.


Read More »

08

The first Tuesday of each month, one of the members of the team gives a Tech Talk, and by popular request we’ve started to stream these live.Last night in our February Tech Talk, we were lucky enough to have two team members give a joint presentation on CocoaPods: Cesare Rocchi and Orta Therox.Here’s the video for anyone who didn’t get a chance to watch!

Read More »

03
21

This article explains the set up of a Continuous Integration (CI) environment for Xcode projects that use Kiwi to implement unit tests. It shows how to configure Jenk…

Read More »