Add possibility to react to page switch from within PageView's subview. Something similar to `onAppear` modifier, for example: ```swift MyPage() .onPageActive { ... } ```