pub unsafe trait UITabBarControllerSidebarAnimating: NSObjectProtocol + MainThreadOnly {
// Provided methods
unsafe fn addAnimations(&self, animations: &Block<dyn Fn()>)
where Self: Sized + Message { ... }
unsafe fn addCompletion(&self, completion: &Block<dyn Fn()>)
where Self: Sized + Message { ... }
}Available on crate feature
UITabBarControllerSidebar only.Expand description
Provided Methods§
unsafe fn addAnimations(&self, animations: &Block<dyn Fn()>)
Available on crate feature
block2 only.unsafe fn addCompletion(&self, completion: &Block<dyn Fn()>)
Available on crate feature
block2 only.