Results 9 comments of Michael Verges

**Edit** The maps app only scrolls when at the top height, and the drawer can only close when the scroll view is at the top.

@kylebeard56 thanks for the snippet! I'll look into adding it in the next update. Thanks for the support!

@antranapp I haven't started working on this feature yet. I still have updates for the latest tag v0.0.4-beta which is focused on horizontal layouts. I plan on pushing those changes...

Thanks for pointing this out. The docs are outdated, and the parameter should be a binding CGFloat array, not an Int array. Try using `.constant([...])` with your numbers inside there,...

There's no way to change the gyroscope sensitivity, but I'd like to add that suggestion if I get a chance. I believe as of now, a 90 degree rotation in...

I noticed the `watchos_extension` has an [attribute to change the product type and linking flags](https://github.com/bazelbuild/rules_apple/blob/master/apple/internal/watchos_rules.bzl#L868-L872). It's used by setting `application_extension = True` on `watchos_extension`. We could follow a similar pattern...

I'm not sure which extension types are valid for ExtensionKit vs older app extensions, but I agree that an error would be helpful to surface this to consumers. I agree...

Oh, I see. We can follow a similar pattern as `plisttool` to run a script and validate fields. I think some validation warnings/errors can be useful, but we should be...

From Info.plist docs, it looks like [these are supported NSExtension extension points](https://developer.apple.com/documentation/bundleresources/information_property_list/nsextension/nsextensionpointidentifier), and EXExtensionPointIdentifiers aren't documented online, but I scanned Xcode's templates (`/Applications/Xcode.app/Contents/Developer/Platforms/*.platform/Developer/Library/Xcode/Templates/Project\ Templates/*/Application\ Extension/`) and found [this short list...