Brian Capps

Results 9 issues of Brian Capps

First of all, thanks for this library! It's worked out great so far. Now, on to the issue: To gain 100% `NSLayoutAnchor` support, we need access to the new `layoutMarginsGuide`...

Possibly for caption view, overlay view, and even background color on the view controllers.

enhancement

This is the default behavior when presenting view controllers that don't show the status bar, however we could account for it in the animator.

bug

Images used in the transition animation do not reflect the cropped/resized state of the image within their image views. Instead, they show the image resized to the size of the...

bug

## Feature Proposal When referencing `EnvironmentObject` or `@ObservedObject` properties as bindings, we should make use of `@Bindable` or the `Bindable` initializer to prevent a build error. ## Acceptance Criteria *...

🌈 Feature

## Feature Proposal Handle Combine usage such as `assign(to published:)` and internal `@Published` property observation. ## Acceptance Criteria * The conversion should convert to `assign(to:)` to another supported call, and...

🌈 Feature

## Feature Proposal Convert `onReceive` references in SwiftUI views to use another view modifier instead now that properties will no longer be publishers. Something like `onChange` could work instead. ##...

🌈 Feature

## Feature Proposal Add a flag to the command to mark any lazy property in an `ObservableObject` as `@ObservationIgnored`, as otherwise lazy properties will cause build errors now. Decide whether...

🌈 Feature

### Description Recently, we were attempting to use `@Shared(.appStorage(key))` with several TCA reducer properties in a widget extension, having already used it successfully in the parent app. We updated `dependencies.defaultAppStorage`...

bug