Pavel 'Pasha' Mazurin

Results 40 comments of Pavel 'Pasha' Mazurin

That's weird. currentDate has a strong reference, it shouldn't be released.

To be honest, I have no idea what could be wrong in the code you've wrote. As long as demo project works, I assume that the problem is on your...

If you find a way to fix that, please make a pull request.

What exactly do you want to change? Color?

See default.plist inside of the Themes folder.

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.

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

This also resolves issue #1 ;)

Had the same issue. Fixed by setting absolute path for `OBJROOT` and `SYMROOT` in xcodebuild: ``` xcodebuild \ -workspace "$WORKSPACE" \ -scheme "$SCHEME" \ -configuration "$CONFIGURATION" \ -sdk "$OBFUSCATION_SDK" \...