//add the main button
NSMutableArray *pathMainView=[[NSMutableArray alloc]init];
for(int w=2;w<61;w++)
{
//[pathMainView initWithObjects:[NSInteger i]];
NSLog(@"%d",w);
NSString *string=[NSString stringWithFormat:@"%d",w];//
[pathMainView addObject:string];
}