Skip to content

Instantly share code, notes, and snippets.

@stleamist
Created February 16, 2020 02:43
Show Gist options
  • Save stleamist/87be3fcfd715ed345fae27cc25a9c115 to your computer and use it in GitHub Desktop.
Save stleamist/87be3fcfd715ed345fae27cc25a9c115 to your computer and use it in GitHub Desktop.
import UIKit
let disclosureIndicatorImage = UIImage(systemName: "chevron.right")?
.applyingSymbolConfiguration(.init(scale: .small))?
.applyingSymbolConfiguration(.init(weight: .semibold))?
.withTintColor(UIColor.systemGray.withAlphaComponent(0.5), renderingMode: .alwaysOriginal)
let disclosureIndicator = UIImageView(image: disclosureIndicatorImage)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment