We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cocoapods导入之后,发现少了BHBGroup.h和.m文件; 添加引用后,//添加popview [BHBPopView showToView:self.view andImages:@[@"images.bundle/tabbar_compose_idea", @"images.bundle/tabbar_compose_photo",@"images.bundle/tabbar_compose_camera", @"images.bundle/tabbar_compose_lbs",@"images.bundle/tabbar_compose_review", @"images.bundle/tabbar_compose_more"] andTitles: @[@"Text",@"Albums",@"Camera",@"Check in",@"Review",@"More"] andSelectBlock:^(BHBItem *item) {
}
]; 报^(BHBItem *item)_strong错误 求博主解答~谢了
The text was updated successfully, but these errors were encountered:
不好意思,最近工作比较忙,一直没看github,我已经更新了pod库,版本1.2.0 您可以试试
Sorry, something went wrong.
No branches or pull requests
cocoapods导入之后,发现少了BHBGroup.h和.m文件;
添加引用后,//添加popview
[BHBPopView showToView:self.view
andImages:@[@"images.bundle/tabbar_compose_idea",
@"images.bundle/tabbar_compose_photo",@"images.bundle/tabbar_compose_camera",
@"images.bundle/tabbar_compose_lbs",@"images.bundle/tabbar_compose_review",
@"images.bundle/tabbar_compose_more"]
andTitles:
@[@"Text",@"Albums",@"Camera",@"Check in",@"Review",@"More"]
andSelectBlock:^(BHBItem *item) {
];
报^(BHBItem *item)_strong错误
求博主解答~谢了
The text was updated successfully, but these errors were encountered: