09.02
Our friends and coworkers at Surgeworks Mobile released an awesome iPhone game application called “Letter Blocks World“. We are playing with it for days now and having lots of fun! There are lots of people that visit inchoo.net who are not …
Mauro Dalu, proud to be a Surgeworker
Our friends and coworkers at Surgeworks Mobile released an awesome iPhone game application called “Letter Blocks World“. We are playing with it for days now and having lots of fun! There are lots of people that visit inchoo.net who are not …
I am always fascinated with the amount of enthusiasm my colleagues at Surgeworks have, when it comes to bringing the positive influence of such a vast amount of information within the positive intentions of belief and faith, together with the constantly evolving industry of technology. It seems they are most passionate about the collaboration of [...]
A lot and a little at the same time is known about the next generation iPod Touch. Rumors are everywhere already, but we really don’t know for sure any of its specs. The new iTouch will likely rely on the A4 CPU, feature a camera and a front-facing camera, gyroscope and a higher resolution display. [...]
If you found this post, you need some feature that used to be available in QuickTime Player 7 PRO and you can’t find it anymore on your hard disk after a clean install of Snow Leopard. That’s because Apple decided QuicktTime Player X didn’t need all the extra features… Too bad that means you can’t [...]
This is easy. Just follow the steps below and you will be over in less then minute. Launch iTunes on your Mac. Search for the item you want to link to. Right-click or control-click on the item’s name in iTunes, then choose “Copy iTunes Stor…
Beginning from today there is one iPhone app more on iTunes store developed by Surgeworks. Name of this free application is Dose and it’s ordered by Seachem Laboratories. Here is short description that you can also find on iTunes. Dose is intende…
If you have an application that should save for example state of a switch and you don’t want use database for that small request you can simply add instance of NSUserDefaults class in your implementation. It is easy job, see below; – (IBAction) s…
Here is simple code snippet (class) that enables you to add custom sound effects to iPhone application. As you can see procedure is fairly simple. I always like to prepare app for future changing, for example, if one day I change my mind and want to ch…
Method invocation with timer is something every developer sometime needs. First you make an instance of NSInvocation class and you add invocationWithMethodSignature. invocationWithMethodSignature consists of method selector (which method your invocatio…
In my last post I written how to code an method invocation with timer. Since then I’ve found yet even easier way to achieve that. All this updating post’s work is part of growing up with the iPhone development, so don’t be surprised i…