Ad

Our DNA is written in Swift
Jump

Block-Based Action Sheet

I am extremely confident that Apple will introduce the ability to set blocks as actions for UIActionSheet (and UIAlertView) in iOS 6. Still, for exercise and because I want to support iOS 5 until iOS 6 is actually released, I set out to implement that.

When I tweeted about it, several people pointed me to existing implementations:

So I could have used one of these. BUT I like to understand the code I’m using and also I’m still learning, so better to solve the problem myself and talk about it. Also there are some implementation choices that I don’t agree with on these projects.

Read more

Getting Around San Francisco

There are multiple ways of maneuvering around San Francisco, whether you are attending WWDC or just in town to take in the air. Here’s a summary of some things that were not immediately obvious to me.

Updated: added info on Clipper.

Read more

Pending Developer Release

My fingers have started hurting from keeping them crossed for the past week. We submitted the Linguan 1.1 update for review just in time before the Sandboxing deadline hit on June 1st. Linguan has two problems with sandboxing:

  • Currently the user picks an xcodeproj and Linguan processes the files linked from that. With sandboxing this is no longer possible, we have to modify it such that the user would pick a project folder instead through powerbox to gain access to all contained files.
  • The new version is remote-controlling the ibtool command line utility contained in Xcode. I’ve not done any research but it is highly likely that sandboxing will not allow this either.

So you can understand our situation? Either release it now, or never. Well may be not really never, but it will take a lot of time to reverse-engineer ibtool so that we can include the functionality directly in the app binary.

Read more

Painting the World with WWDC

Very few people that I know are actually using Apple’s Find my Friends (FmF). Some because they fear about the lifetime of their iPhone battery, others because they abhor the feeling of being “stalked”. But those are really just myths.

FmF allows you to either share your position with somebody specific permanently or to create a temporary event that automatically ends at a given time. So I figured that it would be a cool experiment to use that for sharing positions of WWDC delegates all around the world. I started a temporary WWDC group and told people on Twitter about it.

In very short time I reached a level where FmF would not allow me to add any more people to this group. This level is 50. So I began to split off Europe and Australasia and the latest iteration of this shuffling is to have 4 regions:

  • North America
  • South America
  • Europe
  • Australasia

Doing this I developed the ambition to at least get one dot per region, a representative/ambassador if you will. My goal now is to keep collecting for one more day because many Europeans are hopping on their respective planes on Friday and most Americans are doing the travel on Saturday and Sunday.
Read more

Podcast #38 – “Patents”

Episode 38, recorded June 6th 2012

I’m chatting with Jesse Goodman, a former patent lawyer, about patents.

Read more

Decorating Moscone … and Crazy Predictions

Last year the banners at the Moscone West conference center went up on the Sunday before WWDC. This year Apple is getting a head start and already started decorating on Tuesday the week before the big event.

It’s a patchwork of app icons accompanied by the slogan: “Where great ideas go on to do great things”.

Let’s over-analyze a bit, just because we can.

Read more

Associated Objects

There’s a neat feature in the Objective-C runtime that very few people know about and even less dare to use them. Undeservingly so, because they are very useful. I’m referring to Associated Objects.

In this recipe I’ll show you how to use them and have a great example of where I used them myself … for the first time.

Read more

1 Infinite Loot, Cupertino

There is one thing that you can only get in Cupertino: Clothing and merchandise with an Apple logo. With Apple being my favorite brand is probably quite understandable that will want to be wearing the bitten Apple whenever I can… as opposed to Nike which I prefer over other sports brands.

With Nike I like the simplicity of the Swoosh, that only gets beaten bit the Apple because Apple because of the simple fact that I owe my livelihood to the company from Cupertino.

Being in San Francisco naturally triggers the “Pilgrimage Syndrome” where people – similar to birds – seem to need to migrate South to settle at the Apple Company Store in Cupertino to fill the need for spending money on the mentioned merchandise.

Read more

Scouting Ahead of WWDC

When traveling to the US for WWDC I learned that I need a few days to adjust my sleeping cycle so I added the week before the – then rumored – date to my itinerary. This provides me with some opportunities to scout ahead, meet local developers and catch up on the Movies.

Read more

Mine is Longer than Yours

Everybody is shortening URLs these days. While this saves spaces in Tweets it has several disadvantages for the user: you don’t see the domain that this link refers to. And you know that for certain clicks on the short URL are recorded and data-mined. Just have a look at my public bit.ly timeline. I check there often … pure vanity.

You might remember my hobby project Tweet Curator which allows the filtering of tweets that have certain domains. Now the next extension of this concept would be to also expand those pesky short URLs and use the referred domains for blocking too. There is NO hiding any more!

Read more