You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
DayViewController
DayView
Add docs.
The text was updated successfully, but these errors were encountered:
Currently the public API has too many
public
oropen
methods which makes it difficult to understand the surface of the API and what should be commonly used.Making most of those methods
internal
orprivate
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:
Add docs.
The text was updated successfully, but these errors were encountered: