Skip to content

All Posts

Browse all blog posts by year and month

2023 2

January 2

2022 4

May 2

  • Forget the pecking order at work

    Published:
    • 1 min read

    Forget the pecking order at work On the importance of social work environment and how being social shapes the team and brings the greater success.

  • A list of new(ish) command line tools

    Published:
    • 1 min read

    A list of new command line tools that are either replacing older tools with new features and performance figures or totally new inventions.

April 2

  • Bookmark 1

    Published:
    • 1 min read

    github.com

  • Article 1

    Published:
    • 1 min read

    An article about SwiftUI

2021 1

June 1

  • Announcing Check Later

    Published:
    • 2 min read

    Today I've released an app that I've been working on for some time, Check Later. It's a lightweight iPhone and iPad app with share sheet actions and widgets tha

2018 2

May 1

  • Multi Project Setups

    Published:
    • 15 min read

    This post is a tutorial to setup a multi project iOS application workspace. It doesn’t necessarily need to be an iOS application though, this setup can be used

April 1

  • The not-so-obvious UISplitViewController warning

    Published:
    • 1 min read

    If you’re using UISplitViewController in your app and mostly (if not completely) building your view controller hierarchy in code instead of adding view controll

2017 1

June 1

  • Working with universal links on iOS simulator

    Published:
    • 2 min read

    We can use web URLs for opening content in an application for a while. The setup is very basic. Just write the domains you want to handle in you entitlements fi

2015 5

April 1

  • Variable Bindings

    Published:
    • 2 min read

    Working with auto layout in code may be painful. Especially if you’re trying to setup the constraints for more than a few views.

March 3

  • Editing Changed

    Published:
    • 1 min read

    UITextViewDelegate has a very useful method: -textViewDidChange:. As the name implies, text view calls this method on its delegate whenever the text it is curre

  • Date Formatter

    Published:
    • 2 min read

    One of the strongest classes of the Foundation framework undoubtly is NSDateFormatter. With NSDateFormatter, one can easily convert a date object into strings w

  • Alternative Button

    Published:
    • 4 min read

    There must be a time when every iOS developer wanted to place the image of UIButton above the title. Alternative Button is here for that!

February 1

  • Masking views

    Published:
    • 2 min read

    Apart from cornerRadius, we can easily mask any view with any shape and path using UIBezierPath and CAShapeLayer. This provides us much more flexibility in layi