Skip to content

Commit

Permalink
Add link to #161 in example project
Browse files Browse the repository at this point in the history
  • Loading branch information
ealeksandrov committed Nov 5, 2016
1 parent 7fa5c40 commit 84ef3e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Example/Source/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,8 @@ - (void)showCustomIntro {
pageControl.pageIndicatorImage = [UIImage imageNamed:@"pageDot"];
pageControl.currentPageIndicatorImage = [UIImage imageNamed:@"selectedPageDot"];
[pageControl sizeToFit];

// This is a hack - not recommended for Swift, more information: https://github.com/ealeksandrov/EAIntroView/issues/161
intro.pageControl = (UIPageControl *)pageControl;
intro.pageControlY = 130.f;

Expand Down

0 comments on commit 84ef3e0

Please sign in to comment.