We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a251a commit f0a1edbCopy full SHA for f0a1edb
components/PageControl/README.md
@@ -17,8 +17,8 @@ CGRect frame =
17
myPageControl = [[MDCPageControl alloc] initWithFrame:frame];
18
myPageControl.numberOfPages = _myPages.count;
19
[myPageControl addTarget:self
20
- action:@selector(didChangePage:)
21
- forControlEvents:UIControlEventValueChanged];
+ action:@selector(didChangePage:)
+ forControlEvents:UIControlEventValueChanged];
22
[self.view addSubview:myPageControl];
23
24
#pragma mark - UIScrollViewDelegate
0 commit comments