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
or try NSString *string = [NSString stringWithFormat:@"%d", [NSNumber intValue], nil];
NSString *string = [NSString stringWithFormat:@"%d", [NSNumber intValue], nil];