How can i replace Scroll Indicator(scroller) in uiscrollview with my image
I want to replace vertical scroll Ind开发者_如何学Cicator in uiscrollview with my image.is there any way to do so.
Thanks.
While that sounds like a bad idea, I think you could turn showsHorizontalScrollIndicator and showsVerticalScrollIndicator to NO, and then draw your own "during tracking." Oh, and override flashScrollIndicators. Probably a fair amount of work to get just right.
精彩评论