I am developing one iPad application using story board.In my view controller one table is set as the left side and one more view is set as the right side.I need to set one activ
use this in this method didSelectRowAtIndexPath
UIActivityIndicatorView *activityView = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleWhite]; activityView.frame = CGRectMake(120, 230, 50, 50); [self.view addSubview:activityView];