PageControlView is the UIKit wrapper, PageControlDotsView the pure SwiftUI implementation.
A collection of SwiftUI components (views) and helper extensions.
{ "name": "UIExtensions", "path": "/usr/src/package", "targets": [ { "name": "UIExtensionsTests", "path": "/usr/src/package/Tests/UIExtensionsTests", "type": "test", "c99name": "UIExtensionsTests", "sources": [ "UIExtensionsTests.swift", "XCTestManifests.swift" ], "module_type": "SwiftTarget" }, { "name": "UIExtensionsDynamic", "path": "/usr/src/package/Sources/UIExtensionsDynamic", "type": "library", "c99name": "UIExtensionsDynamic", "sources": [ "Components/SwiftUI/Pure/GeometryPreferenceReporter.swift", "Components/SwiftUI/Pure/HorizontalSizeClassView.swift", "Components/SwiftUI/Pure/MultipleSpacer.swift", "Components/SwiftUI/Pure/PageControlDotsView.swift", "Components/SwiftUI/UIKit Wrappers/AttributedText.swift", "Components/SwiftUI/UIKit Wrappers/PageControlView.swift", "Components/SwiftUI/UIKit Wrappers/PageView.swift", "Components/SwiftUI/UIKit Wrappers/PagingScrollView.swift", "Components/SwiftUI/UIKit Wrappers/SafariView.swift", "Components/SwiftUI/UIKit Wrappers/ScrollableView.swift", "Environment/DisableAnimations.swift", "Environment/DisableKerning.swift", "Extensions/Binding+Debug.swift", "Extensions/Binding+Optional.swift", "Extensions/CGPoint+SwiftUI.swift", "Extensions/CGSize+Extensions.swift", "Extensions/GeometryProxy+Extensions.swift", "Extensions/Spacer+Extensions.swift", "Extensions/UIRectCorner+Extensions.swift", "Extensions/View+Debug.swift", "Extensions/View+EdgeBorder.swift", "Extensions/View+Extensions.swift", "Extensions/View+RoundedCorners.swift", "Extensions/View+UIHostingController.swift", "Helpers/ApplicationOpener.swift", "SwiftUIPreviews/PreviewHelper.swift", "Transition/AnimationAnchor.swift", "Transition/AnyTransition+ShapeTransitions.swift", "Transition/RectangularShape.swift", "Transition/ShapeClipModifier.swift", "ViewModifiers/FullFrameModifier.swift", "ViewModifiers/InfiniteFrameModifier.swift" ], "module_type": "SwiftTarget" }, { "name": "UIExtensions", "path": "/usr/src/package/Sources/UIExtensions", "type": "library", "c99name": "UIExtensions", "sources": [ "Components/SwiftUI/Pure/GeometryPreferenceReporter.swift", "Components/SwiftUI/Pure/HorizontalSizeClassView.swift", "Components/SwiftUI/Pure/MultipleSpacer.swift", "Components/SwiftUI/Pure/PageControlDotsView.swift", "Components/SwiftUI/UIKit Wrappers/AttributedText.swift", "Components/SwiftUI/UIKit Wrappers/PageControlView.swift", "Components/SwiftUI/UIKit Wrappers/PageView.swift", "Components/SwiftUI/UIKit Wrappers/PagingScrollView.swift", "Components/SwiftUI/UIKit Wrappers/SafariView.swift", "Components/SwiftUI/UIKit Wrappers/ScrollableView.swift", "Environment/DisableAnimations.swift", "Environment/DisableKerning.swift", "Extensions/Binding+Debug.swift", "Extensions/Binding+Optional.swift", "Extensions/CGPoint+SwiftUI.swift", "Extensions/CGSize+Extensions.swift", "Extensions/GeometryProxy+Extensions.swift", "Extensions/Spacer+Extensions.swift", "Extensions/UIRectCorner+Extensions.swift", "Extensions/View+Debug.swift", "Extensions/View+EdgeBorder.swift", "Extensions/View+Extensions.swift", "Extensions/View+RoundedCorners.swift", "Extensions/View+UIHostingController.swift", "Helpers/ApplicationOpener.swift", "SwiftUIPreviews/PreviewHelper.swift", "Transition/AnimationAnchor.swift", "Transition/AnyTransition+ShapeTransitions.swift", "Transition/RectangularShape.swift", "Transition/ShapeClipModifier.swift", "ViewModifiers/FullFrameModifier.swift", "ViewModifiers/InfiniteFrameModifier.swift" ], "module_type": "SwiftTarget" } ] }
{ "name": "UIExtensions", "targets": [ { "name": "UIExtensions", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "FoundationExtensions", null ] } ] }, { "name": "UIExtensionsDynamic", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "FoundationExtensions", null ] } ] }, { "name": "UIExtensionsTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "UIExtensions", null ] } ] } ], "products": [ { "name": "UIExtensions", "type": { "library": [ "automatic" ] }, "targets": [ "UIExtensions" ] }, { "name": "UIExtensionsDynamic", "type": { "library": [ "dynamic" ] }, "targets": [ "UIExtensionsDynamic" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "10.15", "platformName": "macos" }, { "options": [], "version": "13.0", "platformName": "ios" }, { "options": [], "version": "13.0", "platformName": "tvos" }, { "options": [], "version": "6.0", "platformName": "watchos" } ], "providers": null, "dependencies": [ { "url": "https://github.com/teufelaudio/FoundationExtensions.git", "name": "FoundationExtensions", "requirement": { "range": [ { "lowerBound": "0.1.4", "upperBound": "1.0.0" } ] } } ], "toolsVersion": { "_version": "5.2.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "UIExtensions", "path": "/usr/src/package", "version": "unspecified", "dependencies": [ { "url": "https://github.com/teufelaudio/FoundationExtensions.git", "name": "FoundationExtensions", "path": "/usr/src/package/.build/checkouts/FoundationExtensions", "version": "0.1.4", "dependencies": [] } ] }