Aku-n06 / ASCalendar

A calendar control for iOS written in swift with mvvm pattern
MIT License
194 stars 14 forks source link

Hardcoded frames #6

Open PetrosDavtyan opened 8 years ago

PetrosDavtyan commented 8 years ago

Is there any way to manage with frames without changing the library?

Aku-n06 commented 8 years ago

No, for now the only way to show the calendar is as a layer with fixed layout. size and frame customisations will be the next implementation.