You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UPDATE
Found the error - Story board inserted a User defined runtime attribute for cellrows.
Swift version 4.0
Target version: IOS 11.0
JTAppleCalendar version 7.1.1
I've followed the guide for creating a calendar in my project. This is "working" without errors in the console - however, there is a problem with displaying the cells in my collection view as seen below.
To be honest, i have no idea what is causing this. I've implemented the stub methods as suggested in the github post here. Everything is running with no errors, but still the view seems squashed..
i've used the date range: let startDate = dateFormatter.date(from: "2017 01 01")! let endDate = dateFormatter.date(from: "2017 12 31")!
Anyone got any pointers to what could be causing this? Is it a bug or am i missing something?
I can provide more code or information if you ask for it ( as i have no clue where to start )
Kind Regards Chris.
The text was updated successfully, but these errors were encountered:
UPDATE
Found the error - Story board inserted a User defined runtime attribute for cellrows.
Swift version 4.0
Target version: IOS 11.0
JTAppleCalendar version 7.1.1
I've followed the guide for creating a calendar in my project. This is "working" without errors in the console - however, there is a problem with displaying the cells in my collection view as seen below.
To be honest, i have no idea what is causing this. I've implemented the stub methods as suggested in the github post here. Everything is running with no errors, but still the view seems squashed..
i've used the date range:
let startDate = dateFormatter.date(from: "2017 01 01")! let endDate = dateFormatter.date(from: "2017 12 31")!
Anyone got any pointers to what could be causing this? Is it a bug or am i missing something?
I can provide more code or information if you ask for it ( as i have no clue where to start )
Kind Regards Chris.
The text was updated successfully, but these errors were encountered: