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 [...]

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 [...]

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 [...]

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 [...]

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 [...]

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 [...]

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 [...]

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. [...]

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 [...]

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 [...]
Find Stuff
Newsletter
-
Ben: Hello Abbas, You can write me an email if you ...
-
Smart: Hi, Nice Tutorial. If you can post sample of t...
-
Nadine: Thank you for a very interesting article! However...
-
MattjDrake: @tech_niek thanks for that and for the feedback to...
-
tech_niek: Hi Mark, First of all, I am learning a lot from y...
-
How To Design A Custom UITableViewCell From Scratch
November 17, 2011
-
Using Blocks with Table Views
November 1, 2011
-
XCode Storyboards In iOS 5
November 22, 2011
-
How to Make Your iPhone App Send Email with Attachments
July 14, 2009
-
10 iPhone App Marketing Mistakes to Avoid
January 4, 2010
-
How Philosophy Can Help You Learn Programming
January 26, 2012
-
Comparing Strings With NSString In Objective-C
January 24, 2012
-
Add And Subtract Dates In Objective-C
January 19, 2012
-
Compiling Mac Apps With ARC From Terminal
January 17, 2012
-
What Do You Want To Know About iPhone, iPad & iOS Development?
January 15, 2012
Topics
About Matt
In 2008 I left my cubicle to make iPhone apps full time and now I want to help you!





