Mark Turner
Mark Turner
I wish to present a subform which is a fullscreen form with one field `FXFormFieldTypeLongText`. My subform field is part of the model object I'm presenting my initial form from....
I'm using a translucent navigation bar in combination with auto setting content insets. Which means my top insets is often 64pt. For some reason `keyboardWillHide:` gets called without `keyboardDidShow:`. I...
**Describe the bug** Nav bar doesn't behave as expected on iOS 15. ``` - AMScrollingNavbar (5.7.3) ``` **Screenshots** 
Seems that if I use a navigation controller as a child view controller, the scroll does not appear to work as expected:  ``` CHECKOUT...
http://stackoverflow.com/questions/20312765/navigation-controller-top-layout-guide-not-honored-with-custom-transition
It would be cool to be able to delay the pop or have an animation curve, kind of like this: https://dribbble.com/shots/1968347-GIF-for-the-ECHO-Feed-Dribbble-800x600?list=users&offset=1
This is great. Is there any way of being able to adjust the line spacing/leading of the TextView? Thanks, MT
Let's say I have an object `Timesheet` which has a relationship `Entries` of 100 objects. Our API expects a URI as: `/timesheets/1234/entries` Is there a way for Spine to generate...
Related to issue #96. I'd like to be able to cancel the network request. If the `NetworkClient` protocol function were to return the `URLSessionTask` performed: ```swift func request(method: String, url:...
Currently `DeleteOperation` only supports deleting one object. It would be good to support deleting multiple objects since a query can be constructed with multiple ids: `let query = Query(resourceType: Group.self,...