Jun 28, 2016
I’ve been freelancing for a few years and working with many people, who need to bring their brilliant idea of iOS app to life. Unfortunately, not all of them know how to organize things and do a good project management. This knowledge is very useful for iOS project of any size, it saves your time, your nerves and your money.
In this article I’d like to point few common mistakes and give a few tips how to do better.
Feb 10, 2016
I keep looking for ways of making the process of creating iOS apps a bit simpler and faster. I’m also trying to avoid code related to UI elements as much as possible, and move this effort to Xcode Interface Builder. Fortunately, Xcode offers some nice possibilities for this.
I created a useful set of UI controls called DCKit. They use IBInspectable/IBDesignable features Apple introduced earlier in Xcode 6. DCKit gives you much more powerful controls than a standard UIButtons/UITextFields etc. Using DCKit you would be able to modify a control’s properties, which are not exposed to Interface Builder in usual cases.
Nov 1, 2014
Have you ever tried to implement such effect as lightning for your iOS game? In this article I’m going to describe three ways I found to create a lightning effect with a decent quality:
Subscribe via RSS