i have class like this
DrillDownAppAppDelegate.h PictureCell.h RootViewController.h SlideShowViewController.h
DrillDownAppAppDelegate.m PictureCell.m RootViewController.m SlideShowViewController.m
i want to hide my navigation bar,in class SlideShowViewController when i tap on the screen but it doesn't work my code is
[self.navigationController setNavigationBarHidden:YES animated:YES];