Skip to main content

UIConfigurationTextAttributesTransformer

Type Alias UIConfigurationTextAttributesTransformer 

Source
pub type UIConfigurationTextAttributesTransformer = *mut DynBlock<dyn Fn(NonNull<NSDictionary<NSAttributedStringKey, AnyObject>>) -> NonNull<NSDictionary<NSAttributedStringKey, AnyObject>>>;
Available on crate features block2 and UIButtonConfiguration only.
Expand description