Any way to loop through all views?

On desktop we have Window() and WindowCount if there’s ever a situation where we’d have to find a specific window or loop through all windows for any reason.

Is there anything similar in Xojo iOS or is this something we’d have to build in ourselves?

I don’t know of a way but I use an interface to register my views for particular notifications. That works very well.