Sam Spencer
Sam Spencer
Is there any way we can map this out? From a data science perspective, conjoined with infection rates this seems like it could be a useful model to look at...
Bumped minimum iOS deployment version from 8 to 9 in order to comply with Xcode 12's minimum deployment range. Fixes compiler warning when installing via SPM.
# Hey you, developer! Read this, please! We need _you_. Today at WWDC20, Apple announced an all-new [StoreKitTesting framework](https://developer.apple.com/documentation/xcode/setting_up_storekit_testing_in_xcode). > StoreKit testing in Xcode is a local test environment where...
Is there any official / recommended / supported way to expand a presented view controller (say, for example, at half-screen size) to full screen? And then toggle back to the...
Make the library work with OS X apps to for a seamless integration across all devices and platforms. Especially add the ability to display the _Open File_ / _Save File_...
## What are you trying to achieve? `ChatChannelListView` has its `body` content wrapped inside a `NavigationView`. Without writing a completely custom `ChatChannelListView`, it is currently impossible to push this view...
### 🔗 Issue Link GitHub Issue #219 ### 🎯 Goal Allow for more flexible presentation of the `ChatChannelListView`. In its current form, the messages list view can only be displayed...
Love this project, but I'd like to be able to access Passbook on Mac OSX Mountain Lion 10.8.2+. Will the PassKit Framework be added anytime soon? It isn't a very...
**Bug Report** The "waterfall" behavior doesn't work when using the column / horizontal layout option. If you have a number of items with varying sizes and apply the `.scrollOptions(direction: .horizontal)`...
Split the main GameCenterManager class into multiple classes for Achievement, Leaderboard, Challenge, Profile, and Multiplayer handling. Each of these classes will be routed through a main class titled `Referee`.