Daniel Saidi

Results 542 comments of Daniel Saidi

@lin72h Today, the various locales have a layout provider that accepts input sets that are valid for each locale. So, while English by default users QWERTY, it's possible to setup...

This is implemented in **6.6**. You can try it out in the non-pro demos and master branch, by toggling on the feature like this: ``` FeatureToggle.shared.toggleFeature(.newButtonGestureEngine, isOn: true) ```

I've created a pull request for Swift 4 here: https://github.com/tomvanzummeren/TZStackView/pull/93 Until it's merged, you can use my fork: https://github.com/danielsaidi/TZStackView

I'd be happy to not have navigation links, but rather use buttons that trigger sheets or full screen covers...but I guess it would be nice to solve this for other...

Since the scroll view offset and item re-selection works when returning to the collection from a sheet or full screen modal (after I fixed my incorrect data reload), I have...

Perfect, I'll see if I can come up with a solution, but until then the sheet and full screen cover approach work well when the navigation is not that deep....

Great! I realized that perhaps on tvOS the sheet implementation _is_ the same thing as pushing onto a navigation stack. I mean, there is no sheet concept on the platform,...

Thank you @bardigolriz Although I aimed for `GestureButton` to be pretty straightforward, I can see the use case where you would not want to trigger the release action after the...

That's a great idea, but I'd have to put some time into it that I currently don't have. I'm keeping this issue for the future though. 👍

Hi @vszakd Thank you, that's a great find! Any idea on how to fix it? :)