Add fireworks and sparks to a UIView
Sep 20, 2018, 4:00 AM
Do you like a little things that happens in apps you’re using? I looked at dribbble for inspirations and found a beautiful design of onboarding process where fireworks exploded (!) around important view when user changes settings or...
How do I build a Network Layer
Jul 30, 2016, 3:00 PM
Working and leading two projects at a time means a great opportunity to
experiment with app architecture, and do experiments with other concepts I
had in mind or just learned and wanted to try them out. One of topics I learned
recently and...
Custom View Controller transition by expanding view
May 14, 2016, 3:00 PM
I was looking for inspirations on dribbble and found a work
that shows nice transition between view controllers by expanding a view (e.g. a button) in
every direction. You can find it here: Login & Home Screen.
It is more like Android...
Initialization process of a view loaded from a storyboard
Aug 21, 2015, 3:00 PM
This post is continuation of the
“UIViewController’s view loading process demystified” post I’ve wrote
some time ago. I’d like to cover how custom view is loaded when it is placed in
a storyboard.
There are...
I wrote a copy of 2048 game in 10 hours and submitted to the App Store
Aug 4, 2015, 3:00 PM
Important notice 1: The code presented here has been written in Swift 1.2 which is no longer supported.
Important notice 2: Except of that App is no longer in the store because I haven’t time to maintain it, the rest of the article...
UIViewController's view loading process demystified
Aug 3, 2015, 3:00 PM
@NatashaTheRobot posted about testing view controllers and
issues with loading views on her blog in
The One Weird Trick For Testing View Controllers in Swift post.
She also wrote:
The key here is that Apple overrides the...