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
Nice framework! Curious, tinkered around with it and doesn't seem you can easily initialize and access just the calendar's view. i,e: not show it modally with animation. I'd like to get a reference of the view I can use with addSubview() or render it to an image to manipulate etc..Thanks again.
The text was updated successfully, but these errors were encountered:
Thanks for your suggestion skram; I will work to make the control more "elastic" soon
for now, if you need it, you can edit the project by yourself,
the ASCalendar.swift is a facade class.
As you can see there is an internal var calendarV : ASCalendarV! inside it , this is the view you are looking for (the facade are built just to make it easier to setup it)
Nice framework! Curious, tinkered around with it and doesn't seem you can easily initialize and access just the calendar's view. i,e: not show it modally with animation. I'd like to get a reference of the view I can use with addSubview() or render it to an image to manipulate etc..Thanks again.
The text was updated successfully, but these errors were encountered: