Showing posts with label uint32. Show all posts
Showing posts with label uint32. Show all posts

Friday, February 24, 2012

how to pass NSUserDefaults integer to a UInt32 object


I am wondering if it is possible to pass an integer value I am creating in my NSUserDefaults into a UInt32 object?

creating an http body with construction method


I am trying to create a http body that I am going to pass in using NSURLRequest post. I have my connection class all set up.

how to encode a UInt32 scalar type into a NSData object


I am currently creating this NSData object. I would like to put in sever different objects that are of type NSString and UInt32. I know how to put a NSString into my NSData object, but I don't know how to do this with a UInt32 scalar type.