[][src]Trait uikit_sys::INSMutableAttributedString

pub trait INSMutableAttributedString: Sized + Deref {
    unsafe fn replaceCharactersInRange_withString_(
        self,
        range: NSRange,
        str_: NSString
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setAttributes_range_(self, attrs: NSDictionary, range: NSRange)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn replaceCharactersInRange_withString_(
    self,
    range: NSRange,
    str_: NSString
) where
    Self::Target: Message + Sized

unsafe fn setAttributes_range_(self, attrs: NSDictionary, range: NSRange) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl INSMutableAttributedString for NSMutableAttributedString[src]

impl INSMutableAttributedString for NSTextStorage[src]

Loading content...