PMCalendar icon indicating copy to clipboard operation
PMCalendar copied to clipboard

how to change this (in picture)

Open avocet opened this issue 12 years ago • 7 comments

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

avocet avatar Sep 12 '12 15:09 avocet

What exactly do you want to change? Color?

kovpas avatar Sep 12 '12 15:09 kovpas

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

avocet avatar Sep 12 '12 15:09 avocet

See default.plist inside of the Themes folder.

kovpas avatar Sep 12 '12 16:09 kovpas

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 !

avocet avatar Sep 12 '12 16:09 avocet

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.

kovpas avatar Sep 12 '12 17:09 kovpas

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 !

avocet avatar Sep 13 '12 07:09 avocet

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

kovpas avatar Sep 13 '12 09:09 kovpas