tuandao

Results 4 comments of tuandao

If you have a navigation controller , add CJgrid on that subview instead of UITableView -(void)viewDidAppear:(BOOL)animated { smart_menu = [[SmartMenuHomeViewController alloc] init]; [self.navigationController.view addSubview:smart_menu.view]; [smart_menu open]; } - (void)viewDidDisappear:(BOOL)animated {...

Do you know any way to put another UIView behind the alert to prevent user action?

Let see your current sample project, you have 3 buttons, right? Tap on "Short Message" button, then popup the alert. Don't close it. Continue tap on "Short Message" again. New...

Thanks for your response. I tested on both iOS 5, iOS 6, simulator and device as well. In your code I also can not see the full screen background as...