Skip to content

AllLuckly/LBPersonalPageDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LBPersonalPageDemo

点击此--->更多开发技巧

博主app上线啦,快点此来围观吧

##技术交流群:534926022(免费) 511040024(0.8/人付费)

继承LBPersonalPage_VC

    //头像设置
    self.headImageView.image = [UIImage imageNamed:@"myheadimage.jpeg"];
    //背景设置
    self.imageBG.image = [UIImage imageNamed:@"BG.jpg"];
    //昵称设置
    self.nameLabel.text = @"BISON";
    //右边按钮
- (void)rightBtnAction{
    NSLog(@"hello-rig");
}
//左边按钮
- (void)leftBtnAction{
    NSLog(@"hello-left");
}

(LBPersonalPageDemo)

需要Swift版本的点击这里哟Swift版

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published