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 }

Have You Seen These Mobile App Infrastructure Resources?

Backend services that are hard and expensive to do on your own can be handed off to experts who will help manage these activities at low cost. Most of the time we as programmers try and do this all ourselves but that’s a mistake. Here is my list of web based services that you can [...]

Read full story Comments { 0 }

Introduction To Core Graphics For iOS Apps

Core Graphics is the system used by iOS to draw vector-like graphics on views. This is low level programming and expect to be doing lots of defining low level graphic entities like lines, circles and squares if you want to dip into this layer of iOS programming. Here is a quick way to test out [...]

Read full story Comments { 0 }

Here Is Everything You Need To Know About Storyboards!

Storyboards are an fun new way to get your user interface up and running quick. Here is my collection of how to use storyboard blog posts that I think you will find very helpful. http://howtomakeiphoneapps.com/here-is-everything-you-need-to-know-about-storyboards/1537/

Read full story Comments { 0 }

Add Twitter Support To Your iPhone App In 5 Steps

Intrigue and interested in adding Twitter Support to your iPhone App? 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 [...]

Read full story Comments { 0 }

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

Apple reports that they have sold over 85 million iPhone OS multi-touch devices. How Does Instant Access To 200+ Million Raving Fans Sound? If you could talk directly to this audience of 85 million prospects do you think you could grow your online business? Today I am going to talk about how you can leverage [...]

Read full story Comments { 0 }

Are You Interested In Using .NET & C# To Make iPhone Apps?

Here is an alternative way to make iPhone Apps. Believe it or not, I cut my teeth in programming by learning .NET and C# for Windows computers. The reason I went this route, like thousands of other programmers, is that Windows was used where I used to work. And knowing .NET is like having a [...]

Read full story Comments { 0 }

Develop Your iOS Product Idea

Here are some great guidelines on how to come up with an idea that will eventually turn into an iPhone Application. Goal is to Develop Your iOS Product Idea! Interested? Check out my full post at my blog. http://howtomakeiphoneapps.com/develop-your-ios-product-idea/1552/

Read full story Comments { 0 }

Using Storyboards To Make Navigation Based iPhone Apps

Step by step tutorial on Using Storyboards To Make Navigation Based iPhone Apps with and without Table View. The short story here is that we can now compose our iOS apps in a completely new way when we are coding apps in iOS 5. Check out my new post at my blog for Storyboards Tutorials. [...]

Read full story Comments { 0 }

How To Design A Custom Tab Bar Controller

App Design Customization series – How To Design A Custom Tab Bar Controller. This is the second tutorial in the App Design Customization series. The first was How to Design A UITableViewCell which can also be viewed within my blog. To learn how to design your Custom Tab Bar, or perhaps learn how to do [...]

Read full story Comments { 0 }