CoreAnimation.CADisplayLink.AddToRunLoop Method
Trigger timer events on the specified runloop for the specified modes.

Syntax

public void AddToRunLoop (Foundation.NSRunLoop runloop, Foundation.NSRunLoopMode mode)

Parameters

runloop
The runloop on which to run.
mode
Modes in which the timer will be invoked.

Remarks

The mode parameter will determine when the event is sent. The NSRunLoop.NSDefaultRunLoopMode is not delivered during UI tracking events (like scrolling in a UIScrollbar). For getting those kinds of events use NSRunLoop.UITrackingRunLoopMode. Or use NSRunLoop.NSRunLoopCommonModes which covers both cases.    

Requirements

Namespace: CoreAnimation
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0