Code

Hottest information about iOS app development from Oleksa Korin, our CTO. Oleksa shares the latest insights about Swift and iOS coding practices. Here you can find the answers to all your questions about iOS app development. Feel free to read and share our articles.

Sales Managers Harassment Guide

I’m a digit head. I love learning about new things, exploring technologies, and solving complex tasks so that...

Android arguments with Kotlin delegates

In Android, Bundle is used for sending data between Activities and Fragments. For example, to pass userName in...

Coding practices at their worst. Rant about retain loops...

Hello there, my sweet fellow developers, Several days ago I had a wonderful discussion with another...

The definitive list of blogs you should dig into, if you ever...

Hello there, my sweet fellow developers, Disclaimer: I must be honest with you. I’ve just named the post...

Coding practices at their worst. A rant about retain loops...

Coding practices at their worst. A rant about retain loops that appear when instance methods are used as...

Swift: Optionals Without Conditionals

Optional is far more than just a simple conditional statement. It's a great type, that has a lot up its sleeve....

Swift: Any can bite

Any and Any? in Swift are weird. We venture forth into the depth of unknown using Swift Reflection API as the...

Common mistakes no one bothers about – Force cast,...

Coding practices at their worst. Rant about why force in Swift should never be used.

Swift: Conventions are good, strings are bad

Simplify your life by imposing additional conventions in Swift.

Swift: Chainable Casting

Swift iflet and guard haters, you are welcome. I have an extension to the topic for you.

Swift: Lets reconsider MVC

Why do developers tend to fill views in their view controllers? What about the better approach to MVC in Swift?