Skip to content

Commit

Permalink
iOS 7 example changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryhjones committed Sep 3, 2013
1 parent c54d6ca commit 750da81
Show file tree
Hide file tree
Showing 3 changed files with 326 additions and 1,623 deletions.
3 changes: 3 additions & 0 deletions Example/SMPageControl/SMViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ @implementation SMViewController
- (void)viewDidLoad
{
[super viewDidLoad];

#ifndef __IPHONE_7_0
self.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"retro_intro"]];
#endif

self.spacePageControl1.numberOfPages = 10;
self.spacePageControl2.numberOfPages = 10;
Expand Down
Loading

0 comments on commit 750da81

Please sign in to comment.