Full-stack Swift – Part 1 10/17/16 by Milan Stevanovic Combining server-side Swift, and Google’s Protocol Buffers by creating a simple server-client system. In the first part of this blog... Read more Leave your thoughts
Custom Property UIView Block Animation 07/21/16 by Nikola Lajic Wouldn't it be awesome if we could animate any property with a UIView animation block? Leave your thoughts
Handling iOS app states with a state machine 07/19/16 by Marko Cicak Developers tend to neglect the importance of states an app can be in. Application states make an important part of... Read more Leave your thoughts
Introduction to TDD in iOS 11/02/15 by Marko Cicak I believe we are well past the point of discussing whether an app should have tests or not, so I... Read more Leave your thoughts
Concurrency with CoreData 11/10/14 by Marko Cicak “I want highly responsive app which would allow browsing data even when I’m offline.” – boy, if we had a... Read more Leave your thoughts
Extending XCTestCase – Testing Swift Optionals 10/03/14 by Nikola Lajic Another day, another thing to test. Whether you love or hate optionals in Swift, the reality is that you are... Read more Leave your thoughts
Unit Testing Notification Observing on iOS 09/04/14 by Nikola Lajic While doing TDD I’ve often found that I needed to make sure that an object is subscribing to and unsubscribing... Read more 11 Comments
Localizing Mobile Apps 08/27/14 by Daniel Schneller What do the acronyms I18N or L10N stand for? What do they mean for developers of mobile applications in particular?... Read more Leave your thoughts
10 Early Thoughts on the Swift Programming Language 06/05/14 by Nicolas Neubauer As of the time of this writing, just about 48 hours ago, Apple unveiled the Swift Programming Language. Normally, there... Read more 2 Comments