Added comment on API.

This commit is contained in:
Kyle Fang
2013-07-25 14:22:53 +08:00
parent b8e948711d
commit 67184c4937

View File

@@ -121,6 +121,7 @@
- (void)goCrazyWithYourAvatarImageView:(UIImageView *)avatarView forRowAtIndexPath:(NSIndexPath *)indexPath{
avatarView.image = [UIImage imageNamed:@"DemoAvatarExample"];
// You can use SDWebImage or AFNetworking for Remote Image loading here.
}
@end