prependUIBlock

open fun prependUIBlock(block: UIBlock)

Schedule a block to be executed on the UI thread. Useful if you need to execute view logic before all currently queued view updates have completed.

Parameters

block

that contains UI logic you want to execute.