iPages icon indicating copy to clipboard operation
iPages copied to clipboard

Quickly implement swipable page views.

Results 12 iPages issues
Sort by recently updated
recently updated
newest added

the swipe back feature not implemented correctly as the background does not changes

This is a bit of a weird one an potentially not iPages related. I'm curious if you can recreate this issue. I was using the default apple PageTabViewStyle but saw...

When I try to resize windows on macOS, iPages doesn't change its width/height to match the new window size. Sample code: ``` import SwiftUI import iPages struct ExampleApp: App {...

Does not work with .navigationBarHidden(true)

Hello, I'm trying to fill iPages using ForEach but I get this error. "Thread 1: Fatal error: Index out of range", on line 78 of PageViewController.swift of the iPages project....

Default colors are .white and .black. Can set any other color (.blue, .green...) but if set .clear, the default color will be displayed.

If you set `disableBounce` to `true` it's no longer possible to change the selected tab via the binding. Edit: only the first and last tab aren't accessible via the binding....

So, first of all, I'm a total SwiftUI beginner so bare with me. I'm working on my first app in which I would like a page view controller that allows...

I get an error: Cannot find 'iPageControl' in scope when I try to compile