摘要: CGColorRef darkColor = [[UIColor blackColor] colorWithAlphaComponent:.5f].CGColor; CGColorRef lightColor = [UIColor clearColor].CGColor; //Footer shadow UIView *footerShadow = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 320, 10)]; CAGradientLayer *bottomShadow = [[[CAGradientLayer alloc] init] .. 阅读全文
posted @ 2012-10-19 11:44 LeeTVin 阅读(403) 评论(0) 推荐(0)