How Philosophy Can Help You Learn Programming

As an undergraduate, I took a liberal arts course that really changed my thinking about programming. If you can believe it, this course was a philosophy course! This course is what brought everything into focus and made me into the programmer that I am today. What Course Was That? The course was Symbolic Logic and [...]

Read full story Comments { 0 }

Comparing Strings With NSString In Objective-C

Many people, when they are first starting with Objective-C and iOS want to be able to compare strings in if-then statements and things like that. It seems natural to try to write something like: NSString *string1 = @”A”; NSString *string2 = @”B”; if(string1 == string2) //do something else //or not NOTE: ^ the code above [...]

Read full story Comments { 2 }

Add And Subtract Dates In Objective-C

Here is the problem: your app works with dates and you would like to be able to find out what day came a week before, or is coming up in two years.  There are a few ways to do this but the easiest by far is to use your user’s calendar along with the NSDateComponents [...]

Read full story Comments { 4 }

Compiling Mac Apps With ARC From Terminal

The other day, I was looking around for a simple way to just compile a text file for a simple Mac app.  This isn’t something that you would do everyday but there are times when it’s nice to have the simplest bit of code out there without all the fuss involved with the XCode templates [...]

Read full story Comments { 0 }

What Do You Want To Know About iPhone, iPad & iOS Development?

Today, I want to try something new.  Usually, I blog about what’s going on in the mobile app development world or I write up tutorials about how to do the latest whiz-bang iOS code trick.  But today, I’m curious to know what’s going on in your head out there. So – I am doing this [...]

Read full story Comments { 4 }

Cool iOS Design Resources

Most programmers and software developers need a bit of help when it comes to the idea of design.  Am I wrong?  We get caught up, rightly so usually, in the notion of how to get things done.  Implementation is our speciality. But, guess what?  Design is an important part of the development process. Here are [...]

Read full story Comments { 0 }

Introduction To Core Graphics For iOS Apps

We get a lot for free when we are composing apps for the iPhone and iPad.  Stunning graphics.   Flowing animations. But, there are times when you want to move list a little bit past the built in graphics and animations that iOS comes with.  You have some options to put your own little touch [...]

Read full story Comments { 0 }

Add Twitter Support To Your iPhone App In 5 Steps

Do you know how easy it is to give your users Twitter support in your app. This works like the email function in iOS apps – you will be able to present your user with a model view that is pre-populated with content that will become a tweet that will appear in your user’s timeline. [...]

Read full story Comments { 3 }

How Does Instant Access To 200+ Million Raving Fans Sound?

Enter Fanboy…  I am someone who you would love to have as a customer. Over the past year I have spent thousands of dollars on new MacBooks, iPhones, an iPad, desktop software, a Kindle, another Mac and tons of apps. Most of this stuff came from one company, Apple.  Heard of them? I’m such a [...]

Read full story Comments { 0 }

Develop Your iOS Product Idea

This post is about coming up with the idea that you will eventually turn into an iPhone application. Identifying a market and finding out what that market needs is essential to this process. The complimentary part of this is to know what the iPhone platform is capable of providing and executing on that. Here are [...]

Read full story Comments { 1 }

Switch to our mobile site