Ben Cochran

Results 13 comments of Ben Cochran

I also worry about the cleanup hooks approach essentially requiring every screen being able to gracefully transition into any other screen. e.g. Going from ```swift AnyScreen( ModalContainer( baseScreen: MyScreen(), modals:...

Agreed. We’ve used “leading” and “trailing” for this in our [Swift sample version](https://github.com/square/workflow/blob/master/swift/Samples/SplitScreenContainer/Sources/SplitScreenContainerScreen.swift). That has a bit of layout-y-ness to it though.

I like `Overview`/`Detail` over `Main`/`Detail` since one many contexts the detail screen is the “main” thing I’m interacting with.

Proposal 1 is one of the things I was thinking in the [old brain dump](https://docs.google.com/document/d/1I-HwpcmetScd5rNEvA9LCSNeEAIeYjhfYhY8fi7f3MQ/edit#heading=h.yvv8gy9l07if) (internal link, sorry external people). I think we skipped it because it wasn’t 1.0-blocking, but...

Also, just realized this is a PR not an issue, will look at the `keyPath` bit.

Could you sketch what you imagine this API looks like?

I had an instance of this with GameKit. I instead created GameKit like you have StoreKit, just stubs returning nil. But I think things like the inclusion of non-implemented Frameworks...

I've heard one report of a similar issue. But that person was seeing it with other interfaces as well. If you switch to Bezel or Primer, do you still have...

Thanks, Rob. I’ll try to get an update out soon,

This one is still perplexing me. I can't seem to reproduce this myself or quite get to a possible culprit. Does 1.2a3, by some chance, solve this for you? If...