All Posts
Browse all blog posts by year and month
2023 2
January 2
-
How to Grow Sodium Chloride Crystals at Home
Published:• 1 min readHow to Grow Sodium Chloride Crystals at Home Who would have thought we could actually grow crystals at home. 🤯
-
Stress testing on iOS with xcmonkey
Published:• 1 min readStress testing on iOS with xcmonkey A testing tool that taps and swipes randomly on screen.
2022 4
May 2
-
Forget the pecking order at work
Published:• 1 min readForget 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 readA list of new command line tools that are either replacing older tools with new features and performance figures or totally new inventions.
April 2
2021 1
June 1
-
Announcing Check Later
Published:• 2 min readToday 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 readThis 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 readIf 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 readWe 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 readWorking 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 readUITextViewDelegate 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 readOne 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 readThere 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 readApart 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