ASCalendar
ASCalendar copied to clipboard
Access Just Calendar View
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.
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)