GopalPatel1989
GopalPatel1989
There is need in my project that i have to made the textview smaller, I tried following but not getting success. UITextView *textView = [[HPGrowingTextView alloc] initWithFrame:CGRectMake(15,4, 230,25)];
``` self.activityIndicator = [[PCAngularActivityIndicatorView alloc] initWithActivityIndicatorStyle:PCAngularActivityIndicatorViewStyleDefault]; self.activityIndicator.color = [UIColor colorWithRed:232.0/255.0 green:77.0/255.0 blue:95.0/255.0 alpha:1.0]; self.activityIndicator.center = self.tblGuest.center; [self.tblGuest addSubview:self.activityIndicator]; [self.activityIndicator startAnimating]; ``` I tried like this above to show your controller...
I m in home viewcontroller than open side menu,open another viewcontroller than i want to back on home viewcontroller without open menu