Add comments

This commit is contained in:
Roman Efimov
2013-08-21 10:20:09 -05:00
parent 958419cd28
commit 7c11b0188f

View File

@@ -32,6 +32,8 @@
RETableViewSection *section = [RETableViewSection sectionWithHeaderTitle:sectionTitle];
section.indexTitle = sectionTitle; // assign index title
// Add 5 items with name `section title + item index`
//
for (NSInteger i = 1; i <= 5; i++)
[section addItem:[NSString stringWithFormat:@"%@%i", sectionTitle, i]];