ASCalendar icon indicating copy to clipboard operation
ASCalendar copied to clipboard

Access Just Calendar View

Open skram opened this issue 8 years ago • 1 comments

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.

skram avatar Jul 21 '16 11:07 skram

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)

Aku-n06 avatar Jul 22 '16 09:07 Aku-n06