摘要:
@implementation ViewController- (UIImage *) minimumTrackImage{ // thumb左侧样式 UIImage *result = [UIImage imageNamed:@"MinimumTrack"]; UIEdgeInsets edgeInsets; edgeInsets.left = 4.0f; edgeInsets.top = 0.0f; edgeInsets.right = 0.0f; edgeInsets.bottom = 0.0f; result = [result resizableIm... 阅读全文
posted @ 2013-08-18 18:56
(@_@)~
阅读(230)
评论(0)
推荐(0)
浙公网安备 33010602011771号