924 reputation
412
bio website nowayapps.com
location Italy
age 39
visits member for 1 year, 4 months
seen 5 hours ago
stats profile views 62

First code on: Amstrad PC 1640 DD MD
Latest code on: MacBook Pro 2.4 GHz Intel Core 2 Duo


Apr
24
comment Getting a realtime clock in ios
Time is subjective... you know...
Apr
16
suggested suggested edit on Waiting for Function to return value
Apr
16
answered Waiting for Function to return value
Apr
15
comment Cocos2d apps crash on device but run on simulator just fine
You are welcome!
Apr
15
answered add Facebook to app Xcode
Apr
15
answered TableView with UILocalNotification and DetailViewController
Apr
14
comment Cocos2d apps crash on device but run on simulator just fine
The official way to test an app on a real device is having a dev account, maybe there is some workaround, but I really can't help with that. Have you tried to post on cocos2d forum?
Apr
14
comment Cocos2d apps crash on device but run on simulator just fine
Well, I just noticed that you have disabled code signing... That is probably your issue.
Apr
14
answered Cocos2d apps crash on device but run on simulator just fine
Apr
13
revised Memory cost using UIViewControllers.view or UIView directly
added 502 characters in body
Apr
13
comment Memory cost using UIViewControllers.view or UIView directly
You are welcome!!! :D I prefer first way, otherwise I create everything in code, without Nib file (take a look at my EDIT).
Apr
12
answered Memory cost using UIViewControllers.view or UIView directly
Apr
12
answered Autorotation in ios5--most common reasons why it fails?
Apr
12
awarded  Suffrage
Apr
10
answered Accessing variable values from one view in another
Apr
9
comment moving button image from first button pressed to second button pressed
This is good, but using these methods is discouraged in iOS 4 and later. Use the block-based animation methods instead.
Apr
9
answered moving button image from first button pressed to second button pressed
Apr
9
accepted How to link more than one object at a time in Xcode 4.2?
Apr
8
revised App crashes when using UIImagePickerController to access album
added 392 characters in body
Apr
8
comment App crashes when using UIImagePickerController to access album
Take a look at my EDIT.