-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 hide days not in current month? #168
Comments
Hi @jsnthan |
@WenchaoIOS Thanks! |
Finished.Thanks |
Thanks! Great work! |
@jsnthan so how can you perform it in code? |
@Gurbo : Just add this code |
So, how to hide separator without hacks? :) |
Yes @duyphan1206 is correct. You can hide the days not in current month like this in Swift 3:
|
Hi, how to decrease the number of rows in any month, I need 5. I am developing for Xamarin, hence got the package from nuget. |
I want to decrease the number of rows to 5. Help me with it. (iOS) |
I could not find the option :/ |
Just curious to know how did you handle it, since you asked it 5 months back? |
showing mon at the place of sat in my weeks view |
Have you found any solution for this? |
How to decrease the number of rows of month as i need 5 rows of every month for iOS |
Can we hide the placeholder dates if my calendar scope type is .week and set placeholderType set to .none ? |
@Hardiktspaceo yes you can. calendar.placeholderType = .none |
Hi WenchaoD,
This above solution working fine calendar scope is *.month*, but in my case
i use* .week by default* at that time this *calendar.placeholderType* *=
.none* is not working.
…On Tue, Apr 30, 2019 at 11:57 AM Jayraj914 ***@***.***> wrote:
@Hardiktspaceo <https://github.com/Hardiktspaceo> yes you can.
calendar.placeholderType = .none
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#168 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGATXY4PYFPUPHUOWFVLIR3PS7RFTANCNFSM4BXEFH7A>
.
|
@Hardiktspaceo Have you got any solution for your query |
No we can't.
…On Thu, Aug 8, 2019 at 12:10 PM Sahil ***@***.***> wrote:
@Hardiktspaceo <https://github.com/Hardiktspaceo> Have you got any
solution for your query
"Can we hide the placeholder dates if my calendar scope type is .week and
set placeholderType set to .none ?"
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#168?email_source=notifications&email_token=AGATXY5UKHQF5TC4E5TVMRTQDO5W5A5CNFSM4BXEFH7KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD32TZJQ#issuecomment-519388326>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGATXY4SN346GZGXE3NPOTDQDO5W5ANCNFSM4BXEFH7A>
.
|
Hi Wenchao,
Is there a way to:
I uploaded a image below to illustrate this:
Thanks for creating this awesome library! It's very easy to use and highly customizable.
The text was updated successfully, but these errors were encountered: