fluentui-apple icon indicating copy to clipboard operation
fluentui-apple copied to clipboard

[Draft] Apply multiple shadows in UIKit

Open laminesm opened this issue 3 years ago • 0 comments

Platforms Impacted

  • [ ] iOS
  • [ ] macOS

Description of changes

I created a function that returns an array of layers with pre applied shadows. However, when I insert those sublayers to a card's base layer the shadows don't display at all.

Verification

(how the change was tested, including both manual and automated tests)

Before After
Screen Shot 2022-09-13 at 1 19 07 PM Screen Shot 2022-09-13 at 1 20 49 PM

Pull request checklist

This PR has considered:

  • [ ] Light and Dark appearances
  • [ ] iOS supported versions (all major versions greater than or equal current target deployment version)
  • [ ] VoiceOver and Keyboard Accessibility
  • [ ] Internationalization and Right to Left layouts
  • [ ] Different resolutions (1x, 2x, 3x)
  • [ ] Size classes and window sizes (iPhone vs iPad, notched devices, multitasking, different window sizes, etc)
  • [ ] iPad Pointer interaction
  • [ ] SwiftUI consumption (validation or new demo scenarios needed)
  • [ ] Objective-C exposure (provide it only if needed)
Microsoft Reviewers: Open in CodeFlow

laminesm avatar Sep 13 '22 20:09 laminesm