Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Grey Code

Grey Code

Grey Code has asked 5 questions and find answers to 0 problems.

Stats

25
EtPoint
0
Vote count
5
questions
0
answers

About

NSString *developer;

int R = 128; int G = 128; int B = 128;

developer = [NSString stringWithFormat:@"%d %d %d Code",R,G,B];

NSLog(@"Developer - %@",developer);