Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

iPages doesn't detect window resizing on macOS #15

Description

@planecore

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 {
    @SceneBuilder var body: some Scene {
        WindowGroup {
            iPages {
                Text("Hello World")
                Text("Hello World")
                Text("Hello World")
                Text("Hello World")
            }
        }
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions