-
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
After updating to 2.2.0, I can't call the methods in the NSDate category anymore. Can you add them back? #365
Comments
[calendar dateByAddingDays:days toDate:date];
[calendar dateByIgnoringTimeComponentsOfDate:date]; |
Okay, but why must it be called on an instance of
|
Because if there are more than one instance of |
I see. One more question, will I run into performance/memory problems if I have a few lines of code creating
That shouldn't be a problem, right? Since I have ARC on. |
Never mind. I'll push a fix for this. |
Thanks! Please tell me when you're done. |
Hi @Sweeper777 U can find the older version here for a temporary solusion. |
I just updated my pods. After that, I see that you removed methods like
fs_dateByAddingDays
andfs_dateByIgnoringTimeComponents
. Can you add them back? Or did you put it somewhere else?The text was updated successfully, but these errors were encountered: