TYPagerController icon indicating copy to clipboard operation
TYPagerController copied to clipboard

设置progressView,没有联动啊

Open chenjianhuan opened this issue 6 years ago • 1 comments

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

chenjianhuan avatar Mar 01 '19 09:03 chenjianhuan

我看是因为set方法没赋值

youcaihuaF avatar Mar 13 '19 07:03 youcaihuaF