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

Calendar Month Grid: Added support for multiple dots in the calendar #207

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

teameh
Copy link

@teameh teameh commented Dec 20, 2012

Based on crm416 solution

  • But only with dot's and no asterisks
  • Even less changes.
  • Users' old implementation's will still work because [NSNumber numberWithBool:YES]will be treated as an int of 1 showing 1 dot.

@@ -33,7 +33,7 @@
#import "RootViewController.h"

@implementation AppDelegate_iPhone
@synthesize root=_root,navigationController=_navigationController;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

demo seems to crash without this line

@devinross devinross closed this Jan 7, 2013
@devinross devinross reopened this Jan 7, 2013
@laszlotuss
Copy link

Thank you, works like a charm

@radster360
Copy link

Thanks! I have actually upgraded your multiple dots solution and have added support for doing category based dots in different colors. The change is based on Devin's latest updates. I am new to GitHub. I must be doing something wrong, as I am having problem uploading my changes back here. I took the fork from Devin's branch.

@teameh
Copy link
Author

teameh commented May 1, 2013

You did not commit anything... read: https://help.github.com/articles/fork-a-repo

@radster360
Copy link

I did follow that instructions on that page. I am doing all of this using Xcode. As soon as I am done with my current project I will have some band width to follow up on this and figure out how to get it upload here.

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

Successfully merging this pull request may close these issues.

None yet

4 participants