Skip to content

giacatlaoboi/RKCardView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RKCardView

Beautiful Twitter / Facebook style cards (built with @JaredTMoskowitz)

Me: Twitter or Medium

This is a template for making beautiful cards

Anatomy

Methods

##Responsive Design! Change the size and the card responds in turn

responsive responsive2

##Examples An example of RKCardView used in a real project

Example

##Usage Pod

pod 'RKDropdownAlert'
    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];

About

Beautiful Twitter / Facebook style cards

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 66.8%
  • Ruby 33.2%