Closed ExtremeMan closed 11 years ago
You'd crash the app by passing nil as the date in selectDate:
. You're app works a little weird because you're popping the view controller before its seen. The delegate method is called if you programmatically select a date (which thus calls the pop view controller method).
@devinross thanks for comments and fix.
Hi,
I am experiencing issue when selecting data in code:
I have updated my example where this issue is reproduced: https://dl.dropbox.com/u/6872784/tmp/TapkuDemo.zip
Looks like the issue is caused because of this line of code is working incorrectly:
[self.currentTile monthDate]
isnil
there