12207480 / TYPagerController

page scroll view and controller,simple,high custom,and have many tabBar styles,,support Objective-C and swift
MIT License
1.37k stars 231 forks source link

设置progressView,没有联动啊 #132

Open chenjianhuan opened 5 years ago

chenjianhuan commented 5 years ago

UIView * backView = [[UIView alloc] initWithFrame:CGRectMake(50, 0, 100, 30)]; backView.backgroundColor = [UIColor yellowColor]; self.tabBar.progressView = backView;

youcaihuaF commented 5 years ago

我看是因为set方法没赋值