Skip to content

Commit 84ef3e0

Browse files
committed
Add link to #161 in example project
1 parent 7fa5c40 commit 84ef3e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Example/Source/ViewController.m

+2
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,8 @@ - (void)showCustomIntro {
316316
pageControl.pageIndicatorImage = [UIImage imageNamed:@"pageDot"];
317317
pageControl.currentPageIndicatorImage = [UIImage imageNamed:@"selectedPageDot"];
318318
[pageControl sizeToFit];
319+
320+
// This is a hack - not recommended for Swift, more information: https://github.com/ealeksandrov/EAIntroView/issues/161
319321
intro.pageControl = (UIPageControl *)pageControl;
320322
intro.pageControlY = 130.f;
321323

0 commit comments

Comments
 (0)