-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get month name in month view? #300
Comments
Hello @BhavinBhadani!
|
@kvyatkovskys Thanks for the reply. I am trying to use xib for the collection view cell like below but it isn't working and crashed when trying to get properties from cell.
Also, is there any delegate to know which month it is when we changes a month? |
|
@kvyatkovskys Thanks again. let me send you view hierarchy for better understanding because I got a crash for outlets which already attached. Double checked few times and even used a new cell xib as well. In view hierarchy I don't even get content view. |
Hmm, will try to reproduce. Can you send the crash log, pls? |
@kvyatkovskys Regarding crash log, it just says that property outlet is nil as we don't have anything in hierarchy as you can see in above pic.
As you can see outlets are properly attached as well And one more question, how we can hide inbound and outbound dates from custom cell? As you can see in a below video, the outbound dates to be shown when we scroll a little bit. And one more issue is when we change calendar cell size based on weeks in a month, whole layout just shattered. Screen.Recording.2022-12-08.at.5.19.09.PM.mov |
I can't reproduce the issue with dates on month view... about the xib file, try to create a cell from code |
I have few questions regarding
Month View
setup.The text was updated successfully, but these errors were encountered: