Anyone familiar with UIKit? Is the forward swipe in Safari a thing UINavigationController does, or is it custom? I'm failing to find any references to it in docs, and from things like https://stackoverflow.com/a/5891661 I can't tell if they are implementing a custom thing or not.
Wondering how to design API around this for AdwNavigationView but can't find any examples of existing API.
EDIT: Answer: it's custom :(