Objective-CAuto Layout UI ExamplesDejanNovember 23, 20170Working properly with Auto Layout is really important if you want to become a good iOS Developer. That's why I...
SwiftCoreML – Introduction to Machine LearningDejanOctober 31, 20170What is CoreML? CoreML is a new machine learning framework introduced by Apple. You can use this framework to...
SwiftSwift Bindings and Reactive Data Sources using BondDejanOctober 15, 20170Mobile app consumers have raised the bar for their expectations while scrolling through an app....
Objective-CIntroduction to XcodeDejanOctober 11, 20170Part of being a great software developer is mastering your IDE. You will become more efficient in programming,...
SwiftGoogle Maps SDK for iOS using Swift 4DejanOctober 4, 20170Many iOS apps use Google Maps. This is a very common feature, so I have decided to prepare an ultimate...
SwiftIntroducing Clean Swift Architecture (VIP)DejanSeptember 20, 20175A couple of years ago, all of the iOS apps were small containing less than 10 screens. The codebase was small,...
SwiftInstagram API Authentication using SwiftDejanSeptember 14, 20170This tutorial is about Instagram API Authentication using Swift and will teach you how to retrieve the ACCESS_TOKEN...
SwiftSpeed up Swift compile timeDejanAugust 2, 20172Nothing is perfect Swift has become one of the greatest modern programming languages, but as everything else, it has...
SwiftSWIFT – Reorder cells in UICollectionView using drag & dropDejanAugust 1, 20170In this tutorial, I will cover how to reorder cells in UICollectionView using drag & drop. I have seen many...
SwiftSWIFT – Custom UIView with XIB fileDejanJuly 26, 20170Custom UIView with XIB file is a very common practice in iOS Development. Custom UIView classes don't contain XIB files...