我想要實現一個類似下圖的infinte滾動評級工具的輪子。無限滾動+ iphone
不,我已經採取了滾動型和滾動型
- (void)viewWillAppear:(BOOL)animated
{
UIImageView * headerImage = [[UIImageView alloc] init];
headerImage.image = [UIImage imageNamed:@"img_2.png"];
SCrl_Wheel.backgroundColor = [UIColor colorWithPatternImage:headerImage.image];
[SCrl_Wheel setContentSize:CGSizeMake(500,0)];
[SCrl_Wheel setShowsHorizontalScrollIndicator:NO];
[email protected]"0";
[super viewWillAppear:animated];
}
我沒有看到任何image..Use圖像按鈕來上傳圖片。 – Guru