Skip to content

sideround/IRImageTableView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

IRImageTableView

A solution to add a UIImageView in an UITableView (inspired by Tweetbot).

IRImageTableView Class

@property (nonatomic, strong) NSArray *data;
@property (nonatomic, strong) UITableView *tableView;
@property (nonatomic, weak) id <IRImageTableViewDelegate> delegate;

-(id)initWithTable:(UITableView*)aTable withData:(NSArray *)aData;

@end

##IRImageTableViewDelegate Protocol

@protocol IRImageTableViewDelegate <NSObject>
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath;
@end

##Contact

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published