So I have an NSArray \"myArray\" with NSNumbers and NSStrings. I need them in another UIView so i go like this:
NSArray
NSNumber
NSString
UIView
You can do it with:
NSNumber *myNumber = @15; NSString *myNumberInString = [myNumber stringValue];