Handy Bash Commands
Resize Image
Figuring out software, one rabbit hole at a time.
Resize Image
UIKit Dynamics was unveiled in WWDC 2013, for iOS 7.
There are many ways to perform animation, and using Core Animation is one great framework provided by Apple.
When using WKWebView (or UIWebView), we are actually using only 1 window.
On-Demand Resources is a new developer feature provided in iOS 8.
UISearchController is a new controller in iOS 8 to handle search.
As a developer, never to have feelings for your code.
Previously, we mentioned a Rome version of Cocoapods that you can use for your Swift scripts.
The Debate
I have encountered many times trying to run a service that use an existing port.
NOT WORKING (as of Nov 2016): #171
Who are Responders?
Not too long ago I briefly mentioned the use of protocol as the way of Protocol Oriented Programming.
Kristina Thai wrote Become a Better Engineer Through Writing, and I felt she has made a good case on why we should all write.
Universal link are familiar http links that iOS apps can now use to open apps, rather than opening the link in Safari web browser.
iOS 7 introduced the concept of a translucent tab/nav/status bar.
I have set up VPN on my virtual private servers before, but the experience has never been easy.
Learning how to write clean code is a level every professional developer should go for.
Overview
Crashlytics has released a new feature to report out of memory (OOM) crashes.
WWDC 2015 is where Protocol Oriented Programming (POP) is officially being preached.
Out of the Tarpit is a famous paper that discuss complexity of large-scale software systems. It discussed approach to eliminate “accidental complexity”.
This blog was running on Jekyll 2.4.0 since the day I migrated away from Wordpress.
You have probably learn about the imperils of reference/retain cycle.
Following a research into better architectures, this is some learnings from MVVM in Swift.
Swift does not provide regex support in the language (hopefully in Swift 4!?). For now we still have to rely on NSRegularExpression.
This post discuss the various architecture designs for an iOS app.
Real World Mocking in Swift by Veronica Ray: