Mark Turner

Results 75 issues of 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** ![Screen%20Capture%20on%202021-08-21%20at%2015-44-27](https://user-images.githubusercontent.com/274318/130312611-60e441fc-b3bd-4d96-91fe-1f29c8e05e2d.gif)

Seems that if I use a navigation controller as a child view controller, the scroll does not appear to work as expected: ![Screen Capture on 2020-08-14 at 09-40-06-2](https://user-images.githubusercontent.com/274318/90197883-634da800-de13-11ea-9d94-bb9f201ea10f.gif) ``` CHECKOUT...

http://stackoverflow.com/questions/20312765/navigation-controller-top-layout-guide-not-honored-with-custom-transition

bug
help wanted

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

enhancement

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,...