34,333
edits
Changes
no edit summary
{
NSString *contentString = [[NSString alloc]
initWithFormat:@"<<html><head></head><body><br><h1>Chapter %d</h1><p>This is the page %d of content displayed using UIPageViewController in iOS 7.</p></body></html>", i, i];
[pageStrings addObject:contentString];
}