Pageboy icon indicating copy to clipboard operation
Pageboy copied to clipboard

Update README.md

Open chorim opened this issue 4 years ago • 0 comments

Hello! @msaps !

I found a mistake while following the code of PageboyViewControllerDelegate in the README.md.

NavigationDirection is declared as an internal typealias.

internal typealias NavigationDirection = PageboyViewController.NavigationDirection

Therefore, All NavigationDirection must include namespace.

Or, you need to change it to public type!

Thank you!

chorim avatar Jan 11 '22 14:01 chorim