Timothy Moose
Timothy Moose
In my project, I have a calendar view that scrolls horizontaly one month at a time: When calling `calendar.scrollToDate()`, the calendar was scrolling to the wrong month anytime the specified...
There are scenarios where some apps would like to cancel hiding a message and have the in-flight animation reversed.
From @wousser: Maybe I can provide some context as I'm experiencing the same issue. I'm presenting a .MessageView at the bottom of the current viewcontroller `config.presentationContext = .viewController(self)` and `config.duration...
When asynchronously loading child nodes when the node is expanded, if the parent node is collapsed before the children have finished loading, thus hiding the node that is being populated,...
**Is your feature request related to a problem? Please describe.** The framework currently requires `UIModalPresentationStyle.fullScreen`. However, can (and does) break some apps that use custom view controller presentation. We had...
## New Issue Checklist - [X] I updated the framework and generator to the latest version - [X] I searched the [existing GitHub issues](https://github.com/birdrides/mockingbird/issues) and list of [common problems](https://mockingbirdswift.com/common-problems) ##...
We're seeing that it frequently requires two pings to get `NSStreamEventEndEncountered` after the app has been suspended for a long time and is awoken by VOIP push. Since pings are...