| | |
| | | self.view.backgroundColor=HDLEZ_COLOR_VIEW_BACKGROUND; |
| | | |
| | | [self addSubViews]; |
| | | |
| | | // Do any additional setup after loading the view. |
| | | } |
| | | |
| | |
| | | - (HDLEZTopBarView *)topBarView{ |
| | | if (!_topBarView) { |
| | | _topBarView = [[HDLEZTopBarView alloc] initWithFrame: CGRectMake(0, 0, HDLEZ_APP_SCREEN_WIDTH, 40)]; |
| | | [_topBarView.leftButton addTarget:self action:@selector(goBack) forControlEvents:UIControlEventTouchUpInside]; |
| | | [_topBarView.backButton addTarget:self action:@selector(goBack) forControlEvents:UIControlEventTouchUpInside]; |
| | | } |
| | | return _topBarView; |
| | |
| | | -(void)clickRightBtn{ |
| | | |
| | | } |
| | | |
| | | @end |