W2om - w2om.com
General Information:
Latest News:
What to choose as your mobile applications development – hybrid or native ? 30 Oct 2012 | 12:58 pm
You can find a very nice decision tree here : Decision tree The bottom line is how much polished your app should me and what your developers are skilled for. There are a lot of options to choose fro...
How to know orientation iOs ? 15 Aug 2011 | 05:50 am
After several tries, I found the next to work the best : - (void)willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration { if((toInterfaceOr...
Stack trace or more info on unhandled exception in Xcode/iPhone 2 Aug 2011 | 08:01 am
show method name and line in debug 29 Jul 2011 | 02:50 am
Here are some useful macros around NSLog I use a lot: The DLog macro is used to only output when the DEBUG variable is set (-DDEBUG in the projects’s C flags for the debug confirguration). ALog will...
Clean MAC space 12 Jul 2011 | 05:53 am
At last I find a good tool to diagnose why my disk is getting full : http://download.cnet.com/OmniDiskSweeper/3000-18512_4-6226.html And it’s free…
How to make an iPhone game without coding ? 12 Jun 2011 | 06:23 pm
How to understand crash report 6 Jun 2011 | 06:32 am
1) Connect the iPhone to the MAC 2) In itunes press sync 3) Drag the crashReport file to the xcode organizer (From ~/Library/Logs/CrashReporter/MobileDevice/<DEVICE_NAME>) 4) Press the ‘Device Logs...
5 Stars 22 Apr 2011 | 02:20 am
http://itunes.apple.com/us/app/5-stars/id431945200?mt=8&ls=1# Celebrating the 50th anniversary of the first human spaceflight ! *** A 40 stages game *** 5 stars will bring you lot of original and ....
Cocos2D icon files are not working 11 Apr 2011 | 06:40 am
Rename the Icon files (in the plist file) to CFBundleIconFiles. Clean all targets and rebuild.
How to upload binary for new app to app store review 7 Apr 2011 | 12:52 am
Find the ‘Application Loader’ under the Applications folder on your MAC.