How to Make iPhone Apps http://howtomakeiphoneapps.com Get Started with Cocoa-Touch and iPhone Programming today! Thu, 11 Mar 2010 18:40:30 +0000 http://wordpress.org/?v=2.8.6 en hourly 1 Here Is a Quick and Free Way to Prototype Your Next App! http://howtomakeiphoneapps.com/2010/03/here-is-a-quick-and-free-way-to-prototype-your-next-app-2/ http://howtomakeiphoneapps.com/2010/03/here-is-a-quick-and-free-way-to-prototype-your-next-app-2/#comments Thu, 11 Mar 2010 18:40:30 +0000 mattjdrake http://howtomakeiphoneapps.com/?p=1720 Post image for Here Is a Quick and Free Way to Prototype Your Next App!

Today I want to show you a new free tool I found today called “MockApp” (tagline: iPhone App design for the rest of us).

You can download MockApp as a Keynote or Powerpoint presentation. It is essentially a template full of iPhone graphics that you can copy, paste and arrange to create a quick mock-up of your iPhone app. Using a tool like this you can quickly prototype new app ideas, share them with your partners and then hand off your design to a programmer to implement it.

[Read More]


Learh now to master app development

Please share this if you like it! Digg del.icio.us Facebook Mixx Google Bookmarks email FriendFeed LinkedIn MySpace Ping.fm StumbleUpon Suggest to Techmeme via Twitter Technorati Tumblr Yahoo! Bookmarks

]]>
http://howtomakeiphoneapps.com/2010/03/here-is-a-quick-and-free-way-to-prototype-your-next-app-2/feed/ 0
Super Wednesday Deal For You: 25% Off This eBook!!! http://howtomakeiphoneapps.com/2010/03/super-wednesday-deal-for-you-25-off-this-ebook/ http://howtomakeiphoneapps.com/2010/03/super-wednesday-deal-for-you-25-off-this-ebook/#comments Wed, 10 Mar 2010 15:51:45 +0000 mattjdrake http://howtomakeiphoneapps.com/?p=1724 Post image for Super Wednesday Deal For You: 25% Off This eBook!!!

Find out for yourself why Steve feels that this eBook is better than the 6 others he bought from Amazon!

I gotta tell you…this ebook is much better than any of the 6 books I have bought from Amazon. Some of the hardcover books are cool because of the sample source code BUT they assume I know all about C programming and never explain the basics like you do !!

The extra Bonus stuff is also AMAZING!! I love the source code snippets but the SQLite program is very helpful to me as I have an app I am working on that uses tables which looks lame compared to your pretty tables with images, subtext and turn blue on tap…simply awesome !!

- Steve

Last year I wrote this eBook and it was been so well received that it landed me a book deal with a major publisher and a regular teaching gig.  Part of the appeal with my book is that it is a NO-BS handbook to app development – this is for people who want to dig in the code.  Plus I put a lot of stuff about planning and marketing that sets this book apart (not to mention all the bonus source code you get).

You can check out the eBook for yourself and get a 25% discount if use the coupon code “BOOK1″ when checking out.  Click here to see how to get the book.

PS: Readers of the eBook will get an exclusive discount on my upcoming *BIG* product…

Please share this if you like it! Digg del.icio.us Facebook Mixx Google Bookmarks email FriendFeed LinkedIn MySpace Ping.fm StumbleUpon Suggest to Techmeme via Twitter Technorati Tumblr Yahoo! Bookmarks

]]>
http://howtomakeiphoneapps.com/2010/03/super-wednesday-deal-for-you-25-off-this-ebook/feed/ 0
How To Extend Objective-C Classes With Categories http://howtomakeiphoneapps.com/2010/03/how-to-extend-objective-c-classes-with-categories-2/ http://howtomakeiphoneapps.com/2010/03/how-to-extend-objective-c-classes-with-categories-2/#comments Mon, 08 Mar 2010 18:39:43 +0000 mattjdrake http://howtomakeiphoneapps.com/?p=1718 Post image for How To Extend Objective-C Classes With Categories

Here is how to extend the functionality of existing classes like NSString and NSURL using categories. This is a real clean way to extend and customize objects for your app without creating sub-classes. This makes categories a nice way to get some flexibilty and code reuse.

[Read More]


Learh now to master app development

Please share this if you like it! Digg del.icio.us Facebook Mixx Google Bookmarks email FriendFeed LinkedIn MySpace Ping.fm StumbleUpon Suggest to Techmeme via Twitter Technorati Tumblr Yahoo! Bookmarks

]]>
http://howtomakeiphoneapps.com/2010/03/how-to-extend-objective-c-classes-with-categories-2/feed/ 1
How to Use UIActionSheet http://howtomakeiphoneapps.com/2010/03/how-to-use-uiactionsheet-2/ http://howtomakeiphoneapps.com/2010/03/how-to-use-uiactionsheet-2/#comments Thu, 04 Mar 2010 18:38:39 +0000 mattjdrake http://howtomakeiphoneapps.com/?p=1716

Today I have a super-awesome video showing you how to use UIActionSheet.

UIActionSheet is a quick way to interact with your users and present them with an set of options. You may take an action based on what the user selects. This is one of those controls from Cocoa-Touch that I like because it elegantly slides in from the bottom and basically doesn’t look like message box spam.

[Read More]


Learh now to master app development

Please share this if you like it! Digg del.icio.us Facebook Mixx Google Bookmarks email FriendFeed LinkedIn MySpace Ping.fm StumbleUpon Suggest to Techmeme via Twitter Technorati Tumblr Yahoo! Bookmarks

]]>
http://howtomakeiphoneapps.com/2010/03/how-to-use-uiactionsheet-2/feed/ 0
How to Create Custom Buttons in Interface Builder http://howtomakeiphoneapps.com/2010/03/how-to-create-custom-buttons-in-interface-builder-2/ http://howtomakeiphoneapps.com/2010/03/how-to-create-custom-buttons-in-interface-builder-2/#comments Mon, 01 Mar 2010 18:37:29 +0000 mattjdrake http://howtomakeiphoneapps.com/?p=1714 Post image for How to Create Custom Buttons in Interface Builder

Today I’m going to show you how to create custom buttons for your iPhone app. See below for video and demo graphics…

[Read More]


Learh now to master app development

Please share this if you like it! Digg del.icio.us Facebook Mixx Google Bookmarks email FriendFeed LinkedIn MySpace Ping.fm StumbleUpon Suggest to Techmeme via Twitter Technorati Tumblr Yahoo! Bookmarks

]]>
http://howtomakeiphoneapps.com/2010/03/how-to-create-custom-buttons-in-interface-builder-2/feed/ 0
How to Make a Toolbar with UIToolbar http://howtomakeiphoneapps.com/2010/02/how-to-make-a-toolbar-with-uitoolbar-2/ http://howtomakeiphoneapps.com/2010/02/how-to-make-a-toolbar-with-uitoolbar-2/#comments Thu, 25 Feb 2010 18:36:26 +0000 mattjdrake http://howtomakeiphoneapps.com/?p=1712 Post image for How to Make a Toolbar with UIToolbar

Toolbars are used to present a set of functions to a user. You will see these at the bottom of iPhone apps and generally give you the option to do things like edit files, send email or take a picture.

[Read More]


Learh now to master app development

Please share this if you like it! Digg del.icio.us Facebook Mixx Google Bookmarks email FriendFeed LinkedIn MySpace Ping.fm StumbleUpon Suggest to Techmeme via Twitter Technorati Tumblr Yahoo! Bookmarks

]]>
http://howtomakeiphoneapps.com/2010/02/how-to-make-a-toolbar-with-uitoolbar-2/feed/ 0
How to Save the Contents of an Array to the iPhone’s Filesystem http://howtomakeiphoneapps.com/2010/02/how-to-save-the-contents-of-an-array-to-the-iphone%e2%80%99s-filesystem/ http://howtomakeiphoneapps.com/2010/02/how-to-save-the-contents-of-an-array-to-the-iphone%e2%80%99s-filesystem/#comments Mon, 22 Feb 2010 18:35:24 +0000 mattjdrake http://howtomakeiphoneapps.com/?p=1710 Post image for How to Save the Contents of an Array to the iPhone’s Filesystem

Here is one easy way to save data in your iPhone apps.

If you are using an array, say a list of strings, you can easily save that information to the documents directory of your app. In this example, we are going to create an array, fill it with values and then save the contents of the array to the documents directory.

[Read More]


Learh now to master app development

Please share this if you like it! Digg del.icio.us Facebook Mixx Google Bookmarks email FriendFeed LinkedIn MySpace Ping.fm StumbleUpon Suggest to Techmeme via Twitter Technorati Tumblr Yahoo! Bookmarks

]]>
http://howtomakeiphoneapps.com/2010/02/how-to-save-the-contents-of-an-array-to-the-iphone%e2%80%99s-filesystem/feed/ 0
Reading and Writing Text Files in iPhone OS 3.0 http://howtomakeiphoneapps.com/2010/02/reading-and-writing-text-files-in-iphone-os-3-0-2/ http://howtomakeiphoneapps.com/2010/02/reading-and-writing-text-files-in-iphone-os-3-0-2/#comments Thu, 18 Feb 2010 18:34:19 +0000 mattjdrake http://howtomakeiphoneapps.com/?p=1708 Post image for Reading and Writing Text Files in iPhone OS 3.0

Reading and writing text files are one of the most basic things you need to do in iPhone development. In iPhone OS 3.0 things have changed a little bit here and there with some methods being deprecated.

I just wrote two example methods that you can use to see how you can turn a NSString into a text file and reverse the process.

[Read More]


Learh now to master app development

Please share this if you like it! Digg del.icio.us Facebook Mixx Google Bookmarks email FriendFeed LinkedIn MySpace Ping.fm StumbleUpon Suggest to Techmeme via Twitter Technorati Tumblr Yahoo! Bookmarks

]]>
http://howtomakeiphoneapps.com/2010/02/reading-and-writing-text-files-in-iphone-os-3-0-2/feed/ 0
How to Use UIDatePicker From UIKit in iPhone Programming http://howtomakeiphoneapps.com/2010/02/how-to-use-uidatepicker-from-uikit-in-iphone-programming-2/ http://howtomakeiphoneapps.com/2010/02/how-to-use-uidatepicker-from-uikit-in-iphone-programming-2/#comments Mon, 15 Feb 2010 18:33:10 +0000 mattjdrake http://howtomakeiphoneapps.com/?p=1706 Post image for How to Use UIDatePicker From UIKit in iPhone Programming

Here is a great way to ask your users to input dates on your iPhone app.

When you use UIDatePicker in your app you will a tumbler that lets users select a date that you may use in other parts of your app.

[Read More]


Learh now to master app development

Please share this if you like it! Digg del.icio.us Facebook Mixx Google Bookmarks email FriendFeed LinkedIn MySpace Ping.fm StumbleUpon Suggest to Techmeme via Twitter Technorati Tumblr Yahoo! Bookmarks

]]>
http://howtomakeiphoneapps.com/2010/02/how-to-use-uidatepicker-from-uikit-in-iphone-programming-2/feed/ 0
How to Play a Short Sound in iPhone Code http://howtomakeiphoneapps.com/2010/02/how-to-play-a-short-sound-in-iphone-code-2/ http://howtomakeiphoneapps.com/2010/02/how-to-play-a-short-sound-in-iphone-code-2/#comments Thu, 11 Feb 2010 18:32:03 +0000 mattjdrake http://howtomakeiphoneapps.com/?p=1704 Post image for How to Play a Short Sound in iPhone Code

Today I am going to turn my iPhone into a Ray Gun by having it play a short laser sound. You probably have seen the many gun, laser and farting apps available on the Apple App Store. Most of these apps simply play a short sound along with some fancy graphics.

[Read More]


Learh now to master app development

Please share this if you like it! Digg del.icio.us Facebook Mixx Google Bookmarks email FriendFeed LinkedIn MySpace Ping.fm StumbleUpon Suggest to Techmeme via Twitter Technorati Tumblr Yahoo! Bookmarks

]]>
http://howtomakeiphoneapps.com/2010/02/how-to-play-a-short-sound-in-iphone-code-2/feed/ 0