idap blog all posts

Designing for iPhone X: What has changed?

Introduction Just last week Apple has started selling iPhone X (pronounced “Ten”) –...

How Much Does It Cost to Build an App Like Uber?

Uber has sparked a revolution on the taxi services market. Their mobile app challenged the traditional taxi...

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...

Top 3 Markets That Will Capture the Attention of Software...

The whole world is going mobile. Smartphone apps account for almost half the time people spend on digital devices,...

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.

How Does App Discovery Occur?

As “mobile” integrated into daily life routine in a natural way, dozens of applications became an essential...

Swift: Chainable Casting

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