nachonavarro / Pages

📖 A lightweight, paging view solution for SwiftUI
MIT License
586 stars 55 forks source link

Background colors should be clear. #2

Closed agiokas closed 4 years ago

agiokas commented 4 years ago

Hi, background colors of the ViewController's.view should be .clear.

PageViewController.swift:52 Pages.swift:105 ModelPages:115

I somehow cannot create a brach....

nachonavarro commented 4 years ago

I'm not following, what are you trying to achieve? Could you paste your code?

agiokas commented 4 years ago

The viewController's views have a default color of white, so you cannot see what it beneath the PageViewController.

nachonavarro commented 4 years ago

Did you manage to check the changes? They should be up in the latest version.