Quivr / iOS-Week-View

QVRWeekView is a framework which provides a calendar view that can be customized to display between 1 to 7 days in both portrait and landscape mode. Includes customization features to customize colours, fonts and sizes.
MIT License
39 stars 21 forks source link

Event time print #13

Closed clbemre closed 5 years ago

clbemre commented 5 years ago

How to remove event default time text. I want to display just event data title.

Ekran Resmi 2019-04-01 13 57 43
reilem commented 5 years ago

Usually you can subclass EventData and modify the getDisplayString function. You can then pass these events to the WeekView.

clbemre commented 5 years ago

Okey, thank you very much 🙏