
hello,
how can we make NavgationBar Transparent ??
give some code??

hii,,
This is some code for self.navigationController.navigationBar.translucent = YES; self.navigationController.navigationBar.tintColor = [UIColor blackColor]; And to make your statusbar translucent. [[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleBlackTranslucent animated:YES]; [self setWantsFullScreenLayout:YES];
use this code and build and run to get Transparent NavgationBar..
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.