Recommended:

  • securesignup.com

Recent Comments

Powered by Disqus

10 things you should know before starting with IOS development

2012-01-04

Here are some things, that are kind of easy and unuseful piece of information for professional IOS developers, and it may even seem like a baby talk to them. But these are kind of things that took some time to figure out when I first started with...

Comments Read more

Using JSON Framework for IOS

2011-12-19

I've read somewhere that IOS 5 have a native JSON parser, but if you aren't creating something specifically for IOS 5, you better use something, that will work on any platform. On of the most popular libraries I ran across is JSON...

Comments Read more

Read from file

2011-12-18

In your Xcode project you should have a Resource folder. That's default location, when you're for example adding sprites, etc. You simply provide a filename. But when you want to read information from file, you need to provide full path,...

Comments Read more

Objective C basics

2011-12-18

Objective-C language was new to me, and I found it's syntax a little more difficult to interpret than other programming languages like C++, JAVA, PHP, etc. So here are some basics of what is what, when developing IOS applications. So...

Comments Read more

Installing Cocos2d

2011-12-18

When I started IOS development, I didn't know anything about Objective C, Cocoa API or MacOS itself. But as I read everywhere else, then first thing you need to do is to install Cocos2d framework, which helps a lot with IOS development. It...

Comments Read more