jivesoftware / PDTSimpleCalendar

A simple Calendar / Date Picker for iOS using UICollectionView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Size Calendar

IcuScc opened this issue · comments

Hi.
I want to know if is possible to define the size of the calendar.

I want to put the current month for example in a part of the screen.

Thank You

Hi to everybody
i solved my problem with this sentence

oCal.collectionView?.frame=viewCalendar.frame

now my calendar it shows in he zone i want
thankyou