`

objective c

 
阅读更多
@interfaceSettingController ()
{
    NSIndexPath *_tempIndexPath;
    UIButton *_btnBack;
}
@property (weak,nonatomic) IBOutletUITableView *tableView;

@end

@implementation SettingController
- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil
{
    self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];
    if (self) {
        // Custom initialization
        self.navigationItem.hidesBackButton = YES;
        self.viewName = @"设置页面";
    }
    returnself;
}

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics