WenchaoD / FSCalendar

A fully customizable iOS calendar library, compatible with Objective-C and Swift
MIT License
10.6k stars 1.94k forks source link

Short calendar with just weekview? #972

Closed JulesMoorhouse closed 6 years ago

JulesMoorhouse commented 6 years ago

I'm trying to create a calendar which is short with just the first week, however no matter what heights I give in interface builder, I have to set the calendar around 200. Which is too tall.

Also i need to get rid of the bottom border line, can't see an option for that.

Thanks in advance.

focuswei commented 6 years ago

first week in a month? short calendar mean by a week visible ? how about to try [calendar setScope:FSCalendarScopeWeek] ?

JulesMoorhouse commented 6 years ago

It’s ok I’ve worked around this.

I meant week view.

I wasn’t expecting to have to have a full height month calendar to achieve this. I had to make the calendar transparent.

serjooo commented 6 years ago

Also if you want to remove the borders you should set that the Calendar view masksToBounds, and you can get rid of the borders