Update example project

This commit is contained in:
Roman Efimov
2013-04-02 10:14:48 -05:00
parent 36204e3794
commit d1a3e64c45

View File

@@ -63,7 +63,7 @@
NSURL *userpicURL = [NSURL URLWithString:[dictionary objectForKey:@"userpic_url"]];
NSURL *imageURL = [NSURL URLWithString:[dictionary objectForKey:@"image_url"]];
// Create section with a header view
// Create section with header view
//
section = [[RETableViewSection alloc] initWithHeaderView:[ListHeaderView headerViewWithImageURL:userpicURL username:username]];
[_manager addSection:section];