# Import "addressbooknavigationcontroller. H"
@ Interface addressbooknavigationcontroller ()
@ End
@ Implementation addressbooknavigationcontroller
-(ID) initwithnibname :( nsstring *) nibnameornil bundle :( nsbundle *) nibbundleornil
{
Self = [Super initwithnibname: nibnameornil Bundle: nibbundleornil];
If (Self ){
// Custom Initialization
}
Return self;
}
// Set the style of the status bar
-(Uistatusbarstyle) preferredstatusbarstyle
{
Return uistatusbarstylelightcontent;
}
-(Void) viewdidload
{
[Super viewdidload];
// Do any additional setup after loading the view.
}
-(Void) didreceivememorywarning
{
[Super didreceivememorywarning];
// Dispose of any resources that can be recreated.
}
/*
# Pragma mark-Navigation
// In a storyboard-based application, you will often want to do a little preparation before navigation
-(Void) prepareforsegue :( uistoryboardsegue *) segue sender :( ID) sender
{
// Get the New View Controller Using [segue destinationviewcontroller].
// Pass the selected object to the new view controller.
}
*/
@ End
# Import <uikit/uikit. h>
@ Interface addressbooknavigationcontroller: uinavigationcontroller
@ End
Navigationcontroller modify status bar color