prepend 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.
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.
that contains UI logic you want to execute.