Changes

Jump to: navigation, search

An Example iOS 7 UIPageViewController Application

3 bytes added, 13:36, 15 April 2014
no edit summary
{
NSString *contentString = [[NSString alloc]
initWithFormat:@"<&lt;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];
}

Navigation menu