Jeremy Schonfeld

Results 6 issues of Jeremy Schonfeld

The current `LightboxControllerTouchDelegate` allows me to listen for single taps on an image. However, a common gesture on images is a long press (press and hold) to do things like...

Just like you can customize the font of an Action, I'd like to be able to customize the font of the message/title of the alert controller as well since my...

This is a WIP PR to add the swift-foundation set of projects to the toolchain build for use by swift-corelibs-foundation

This change disfavors `String(platformString:)` so that it is not ambiguous with `String(cString:)` when the initializer is specified without noting the label (i.e. in usages such as `someUnsafePointer.map(String.init)` Resolves rdar://127408859

(for testing toolchain build purposes only)

The number of object files in the single _FoundationCollections toolchain module was causing issues on Windows by surpassing the maximum command line invocation length. To work around this for now,...