UIProgressView work not correctly when setFrame in UICollectionViewCell
问题 I create a UIProgressView inside UICollectionViewCell, I try to setFrame for UIProgressView to change position in UICollectionViewCell but when do that, some cells not display progressView. When I delete setFrame, It's OK but default width at the top of UICollectionViewCell What's the problem?How to change UIProgressView size, origin? Please help! //Cell:UICollectionViewCell //Cell.m - (id)initWithFrame:(CGRect)frame { self = [super initWithFrame:frame]; if (self) { //ProgressView self