Posts
-
My 10 Year Journey to Apple
9 years ago I applied for an internship at Apple for the first time. It didn't work out. Now I'm joining Apple full-time.
-
You Should All Build This Custom Instrument for Your App
Since Xcode 10, Instruments lets you build your own custom instruments. Here is an example for an HTTP tracing network instrument that you can adapt with little effort for your app.
-
Why you should not name your @IBActions didTapButton
How methods for the target-action-pattern should be named and why.
-
My dream for NSURLSession Authentication
What I think what the API for HTTP authentications using NSURLSession should look like and why.
-
How Bad can You Make a Door?
A story about bad user interfaces. Told using the prime example of Human-Computer-Interaction: Doors.
-
How not to do Localization
A really bad example for date formatting. An explanation why it's bad. And how to do it correctly.