H, I want to cast a NSNumber to int. When I execute the below code, my result should be 1, not 68213232. What am I doing wrong?
Code: NSNumber *setCurrentCount = [NSNumber numberWithInt: 1]; NSLog(@"Test NSNumber cast to int: %i", setCurrentCount); Output: Test NSNumber cast to int: 68213232 Thanks, Phil _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
