Skip to content
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 change this (in picture) #6

Open
avocet opened this issue Sep 12, 2012 · 7 comments
Open

how to change this (in picture) #6

avocet opened this issue Sep 12, 2012 · 7 comments

Comments

@avocet
Copy link

avocet commented Sep 12, 2012

https://picasaweb.google.com/lh/photo/q_uYtwiG6Ty5yiqpaSYLpdMTjNZETYmyPJy0liipFm0?feat=directlink

@kovpas
Copy link
Owner

kovpas commented Sep 12, 2012

What exactly do you want to change? Color?

@avocet
Copy link
Author

avocet commented Sep 12, 2012

No !
It shows red color automatically. I just want it the same as other days.

@kovpas
Copy link
Owner

kovpas commented Sep 12, 2012

See default.plist inside of the Themes folder.

@avocet
Copy link
Author

avocet commented Sep 12, 2012

sorry, I am a beginner of Xcode . i don't really understand what you mean.
Is Sept. 6 a special day ?Why is only that day red? Today is Sept. 12 !

@kovpas
Copy link
Owner

kovpas commented Sep 12, 2012

https://github.com/kovpas/PMCalendar/blob/master/PMCalendar/Theme/default.plist#L175

Re sep 6 - get the latest version, I merged fix for this issue yesterday.

@avocet
Copy link
Author

avocet commented Sep 13, 2012

i download the latest version. It works ok. Thank you !
but another question is that it cannot show selection days in current month !
my code is below,
self.CalController = [[PMCalendarController alloc] initWithThemeName:@"default"];
CalController.delegate = self;
CalController.mondayFirstDayOfWeek = NO;

CalController.period.startDate=tempStart;//tempStart is previous selected start day
CalController.period.endDate=tempEnd;//tempStart is previous selected end day

if selected days are in current month, it won't show selection highlight !

@kovpas
Copy link
Owner

kovpas commented Sep 13, 2012

Not sure why it's not working. I'll check it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants