Screenshot of iPhone / iPad applications
Are many applications that can do this, but it is also possible to do without.
Are many applications that can do this, but it is also possible to do without.
During the last time I tracked down memory leaks in my application and I have ended up with some handy variables.
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. ;)
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.
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.
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.