Beehive Innovations
Beehive Innovations
In the first "Apple Maps" example, if you tap on the search field, the card should pull up automatically to allow text input. This seems broken / half-baked.
Postal looks fantastic, and the approach of interfacing with `libetpan` directly is the way to go. However I'm saddened to see there's been no activity since 2017 - is this...
I've noticed Outlook uses a mix of EWS and the new Microsoft API, so I'm not sure if this is a bug, but basically: 1) New calendar events created on...
I'm seeing the following, along with a "Bundle is damaged" prompt when I run a unit test with a host application. Any idea how to fix this? ``` (dlopen(/.../DerivedData/App/Build/Products/Debug/App.app/Contents/PlugIns/AppTests.xctest/Contents/MacOS/AppTests, 0x0109):...
This PR includes a number of enhancements, fixes and a back-port of the diffing algorithm (taken from the open source Swift implementation) so that the module itself can be used...
I see this when I try and use this with Rome: `- `GestureRecognizerClosures` does not specify a Swift version and none of the targets (`BusyCaliOS` and `BusyCaliOSTests`) integrating it have...
I can verify that this commit creates serious performance issues - parsing 'never' ends for certain emails: fc3c6a6418f0ebf2ca70887398086bbf3a0bdee8 We had to revert to the version before this to get it...
Very cool control! I bet it wouldn't be very difficult to do the same for OS X / NSView given you've used Core Graphics. Any plans of doing this soon?
The presenting view becomes 'short' and loses its original size / shape if you: 1. Launch in Portrait 2. Tap Present 3. Rotate to landscape 4. Tap on shadow to...
If you're using a Translucent UINavigationController and you have section headers in your UITableView, the section header moves up and hides under the nav-bar.