Skip to content

Commit

Permalink
Merge branch 'main' into hyshin/min_os_update
Browse files Browse the repository at this point in the history
  • Loading branch information
harrieshin committed Nov 13, 2023
2 parents e7fff11 + 56eb6d1 commit 8d9e57a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class ShimmerViewDemoController: DemoController {

let shimmeringImageView = { (shimmerStyle: MSFShimmerStyle) -> UIView in
// Uses a nice gray color that happens to match the gray of the shimmer control. Any color can be used here though.
let tintColor = UIColor(colorValue: ColorValue(0xF1F1F1))
let tintColor = UIColor(hexValue: 0xF1F1F1)
let imageView = UIImageView(image: UIImage(named: "PlaceholderImage")?.withTintColor(tintColor, renderingMode: .alwaysOriginal))
let containerView = UIStackView(arrangedSubviews: [imageView])
let shimmerView = ShimmerView(containerView: containerView,
Expand Down

0 comments on commit 8d9e57a

Please sign in to comment.