This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
Learning Android and by extension Java has given me some new patterns to apply in my Objective-C code. The one that I'm most excited about is the builder pattern . The builder pattern is an object creation pattern that fits well with Java's syntax. I've seen some adaptions to Objective-C but they all directly copy Java's implementation directly and are not very idiomatic. Let's start off with what…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.