Screenshot of iPhone / iPad applications

Thursday, September 16, 2010

Are many applications that can do this, but it is also possible to do without.

Write a comment » Categories → iPhone

Finding memory leaks in Xcode

Thursday, September 16, 2010

During the last time I tracked down memory leaks in my application and I have ended up with some handy variables.

Write a comment » Categories → iPhone

Beta testing of iPhone apps

Sunday, May 23, 2010

During the development of iNytt 4.5 so I wanted a variety of users to beta test the application before it was added to the App Store. But to make the application ready for beta testing was not an easy task. So I decided to write a blog post about the steps. As usual, this will be presented in a list, as I'm developing and loves lists. ;)

Write a comment » Categories → iPhone

NSOperation and NSOperationQueue, Threading in a simple way

Friday, January 8, 2010

Anyone who has worked with threading know about all the problems that can arise and how difficult it can be to debug. When a program an iPhone application in Objective C will often be used for easy threading to avoid the GUI locks up when performing various tasks. This is where it's nice to know that there are two objects called NSOperation and NSOperationQueue.

Write a comment » Categories → iPhone

Proposals for iPhone app?

Friday, July 31, 2009

Does anyone have any good suggestions for iPhone app, but lack the knowledge to create it? If the idea is good and I believe in it, we can enter into a partnership in which you may receive an amount of revenue.

Write a comment » Categories → iPhone

EXC_BAD_ACCESS

Tuesday, July 7, 2009

iNytt had a bug that caused the application to crash after a while, I spent some time trying to find the error when it appeared reasonably random.

Write a comment » Categories → iPhone
1 2