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

Fix access modifiers in Public API #242

Closed
richardtop opened this issue Jan 7, 2020 · 0 comments
Closed

Fix access modifiers in Public API #242

richardtop opened this issue Jan 7, 2020 · 0 comments

Comments

@richardtop
Copy link
Owner

richardtop commented Jan 7, 2020

Currently the public API has too many public or open methods which makes it difficult to understand the surface of the API and what should be commonly used.

Making most of those methods internal or private would reduce the surface of the API, so that the library would be easier to use.

Since some people may need a specific API, they should submit an issue to make the access modifiers less restrictive for their task.

Focal points:

  1. DayViewController
  2. DayView

Add docs.

richardtop added a commit that referenced this issue Feb 18, 2020
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