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];
}
With the data source implemented, the next step is to create and initialize an instance of the UIPageViewController class.
== Running the UIPageViewController Application ==