漂亮推ter/非死book风格的卡片:RKCardView
jopen
10年前
漂亮推ter/非死book风格的卡片:RKCardView。
下面是一个在实际项目中使用的示例:
用法:
RKCardView* cardView= [[RKCardView alloc]initWithFrame:CGRectMake(x origin, y origin, card width, card height)]; cardView.coverImageView.image = [UIImage imageNamed:@"your cover photo"]; cardView.profileImageView.image = [UIImage imageNamed:@"your profile picture"]; cardView.titleLabel.text = @"Richard Kim"; [cardView addBlur]; // comment this out if you don't want blur [cardView addShadow]; // comment this out if you don't want a shadow [self.view addSubview:cardView];