Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Annotate delegate methods as nullable #19

Closed
pbendersky opened this issue Jun 30, 2017 · 0 comments
Closed

Annotate delegate methods as nullable #19

pbendersky opened this issue Jun 30, 2017 · 0 comments

Comments

@pbendersky
Copy link
Contributor

The method - (UIImage *)pageControl:(FXPageControl *)pageControl imageForDotAtIndex:(NSInteger)index should be nullable, so we can easily change a single image and keep the rest with the default.

As it is now, it's all or nothing, even though the code manages this case properly and falls back to the default image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant