mirror of
https://github.com/zhigang1992/RETableViewManager.git
synced 2026-04-28 12:45:34 +08:00
Update example project
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user