pub unsafe trait UIContentSizeCategoryAdjusting: NSObjectProtocol + IsMainThreadOnly {
    // Provided methods
    unsafe fn adjustsFontForContentSizeCategory(&self) -> bool
       where Self: Sized + Message { ... }
    unsafe fn setAdjustsFontForContentSizeCategory(
        &self,
        adjusts_font_for_content_size_category: bool
    )
       where Self: Sized + Message { ... }
}
Available on crate feature UIContentSizeCategoryAdjusting only.

Provided Methods§

source

unsafe fn adjustsFontForContentSizeCategory(&self) -> bool
where Self: Sized + Message,

source

unsafe fn setAdjustsFontForContentSizeCategory( &self, adjusts_font_for_content_size_category: bool )
where Self: Sized + Message,

Trait Implementations§

source§

impl ProtocolType for dyn UIContentSizeCategoryAdjusting

source§

const NAME: &'static str = "UIContentSizeCategoryAdjusting"

The name of the Objective-C protocol that this type represents.
source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
source§

impl<T> ImplementedBy<T> for dyn UIContentSizeCategoryAdjusting

Implementations on Foreign Types§

source§

impl<T> UIContentSizeCategoryAdjusting for ProtocolObject<T>

Implementors§

source§

impl UIContentSizeCategoryAdjusting for UILabel

Available on crate features UIResponder and UIView and UILabel only.
source§

impl UIContentSizeCategoryAdjusting for UISearchTextField

Available on crate features UIControl and UIResponder and UITextField and UIView and UISearchTextField only.
source§

impl UIContentSizeCategoryAdjusting for UITextField

Available on crate features UIControl and UIResponder and UIView and UITextField only.
source§

impl UIContentSizeCategoryAdjusting for UITextView

Available on crate features UIResponder and UIScrollView and UIView and UITextView only.