http://www.robinlu.com/blog/archives/320http://www.robinlu.com/blog/archives/320
cp /Users/mac/Downloads/DarkCity.dvtcolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes/到Xcode->Perference 裡換
http://www.robinlu.com/blog/archives/320http://www.robinlu.com/blog/archives/320
cp /Users/mac/Downloads/DarkCity.dvtcolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes/到Xcode->Perference 裡換
-(NSString*)imageFromindex:(NSInteger)index{ NSArray *imageList = @[@"AA041",@"AA077",@"AA172",@"AA192",@"AA195",@"AB005",@"AB009",@"AB010",@"AB018",@"AB025",@"AB026",@"AB034",@"AB041",@"AB057",@"AB073",@"AB100",@"BA006",@"CA033",@"CA058",@"CA060",@"CA062",@"CA105",@"CA168",@"CA222",@"CA223"]; NSString*imageName = [imageList objectAtIndex:arc4random()%[imageList count]]; return [NSString stringWithFormat:@"%@.png",imageName]; }