vineeshtp88@gmai

vineeshtp88@gmai


  • Name: [not set]
  • Favorite Languages: [not set]
  • Website: [not set]
  • Location: [not set]
  • About Me: [not set]

Recent Comments

  • Objective-C Tutorials
    01/23/2012 - 01:07

    I can't navigate class when a button pressed given like this,

    -(IBAction)menuBtn4:(id)sender;
    {

    Statistics *stati=[[Statistics alloc]initWithNibName:@"Statistics" bundle:nil];
    [self.navigationController pushViewController:stati animated:YES];
    }
    Stratistics is UIviewController sub class.