Dan Levy

Results 3 issues of Dan Levy

I am working on building a `Menu` component that opens up inside of a `Modal` component. This means that the `Menu` JSX is nested inside of the `Modal` JSX. The...

## Description The latest editor's draft (as of August 2023) [states](https://second-editors-draft.tr.designtokens.org/format/#composite-design-token) that composite design token is "a design token whose value is made up of multiple, named child values." Given...

The following piece of code appears to no longer work: ``` NYTPhotosViewController *photosViewController = [[NYTPhotosViewController alloc] initWithPhotos:photos]; [self presentViewController:photosViewController animated:YES completion:nil]; ``` I am just now upgrading from an older...