---
title: SpatialEventCollection.Iterator
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/spatialeventcollection/iterator
---

# SpatialEventCollection.Iterator

An iterator over all events in the collection.

## Declaration

```swift
struct Iterator
```

## Topics

### Getting the next event

- [next()](swiftui/spatialeventcollection/iterator/next().md)

## Relationships

### Conforms To

- [IteratorProtocol](swift/iteratorprotocol.md)

## See Also

### Iterating over events in the collection

- [makeIterator()](swiftui/spatialeventcollection/makeiterator().md)
