Tangeman

Results 11 comments of Tangeman

I solved this by preventing the toolbar from going lower than the bottom of the current viewControllers View. ``` float lowestToolbarY = 620.0 - self.commentToolbar.bounds.size.height - self.navigationController.navigationBar.bounds.size.height; [self.view addKeyboardPanningWithActionHandler:^(CGRect keyboardFrameInView)...

What I had to do to fix this was change all of my dates timezones to [NSTimeZone timeZoneForSecondsFromGMT:0] when doing any kind of comparisons.

Sorry for not explaining better - Perhaps it had to do with my setup. I was showing the callout from a UIToolbar like so: ``` -(void)displayCallout { UIView *editButton =...

Seems to be an issue with February only having 28 days ...

I'm having this same issue. Did you ever find a solution?

That same feature that allows the iPad 2 to mirror is not supported on the iPhone is it?

I'm having this issue too - I couldn't figure things out until I finally contacted Apple support and they suggested I look for places where my key window is being...

For anyone else running into this issue, you'll find that the project is configured to look specifically for `.png`. If you go to the `AppData` class on line 136 you...