-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
154 changed files
with
213 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Copyright (c) 2023 Povio Inc. <[email protected]> | ||
Copyright (c) 2024 Povio Inc. <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# PovioKit: Async | ||
|
||
A package that includes async components and tools. | ||
|
||
### Components | ||
| Component | Description | | ||
| :--- | :--- | | ||
| [AsyncThrottleSequence](/Sources/Async/AsyncThrottleSequence) | A wrapper around an `AsyncSequence` that introduces a delay between tasks to control the rate at which elements are emitted. | |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# PovioKit: SwiftUI | ||
|
||
A package including components to help you out developing for SwiftUI framework. | ||
|
||
### Components | ||
|
||
| Views | | ||
| :--- | | ||
| [ActionButton](ActionButton) | | ||
| [PhotoPickerView](/Sources/UI/SwiftUI/Views/PhotoPickerView/PhotoPickerView.swift) | | ||
| [ProfileImageView](ProfileImageView) | | ||
| [ProgressStyle](/Sources/UI/SwiftUI/Views/ProgressStyle/ProgressStyle.swift) | | ||
| [RemoteImage](/Sources/UI/SwiftUI/Views/RemoteImage/RemoteImage.swift) | | ||
| [ScrollViewWithOffset](/Sources/UI/SwiftUI/Views/ScrollViewWithOffset/ScrollViewWithOffset.swift) | | ||
|
||
| View Modifiers | | ||
| :--- | | ||
| [MeasureSizeModifier](/Sources/UI/SwiftUI/View Modifiers/MeasureSizeModifier/MeasureSizeModifier.swift) | | ||
| [OnFirstAppearModifier](/Sources/UI/SwiftUI/View Modifiers/OnFirstAppearModifier/OnFirstAppearModifier.swift) | | ||
| [PhotoPickerModifier](/Sources/UI/SwiftUI/View Modifiers/PhotoPickerModifier/PhotoPickerModifier.swift) | | ||
| [PinchToZoomModifier](/Sources/UI/SwiftUI/View Modifiers/PinchToZoomModifier/PinchToZoomModifier.swift) | | ||
| [SquaredModifier](/Sources/UI/SwiftUI/View Modifiers/SquaredModifier/SquaredModifier.swift) | | ||
| [TextFieldLimitModifer](/Sources/UI/SwiftUI/View Modifiers/TextFieldLimitModifer/TextFieldLimitModifer.swift) | | ||
|
||
| Extensions | | ||
| :--- | | ||
| [AnyTransition](/Sources/UI/SwiftUI/Extensions/AnyTransition/AnyTransition+PovioKit.swift) | | ||
| [Color](/Sources/UI/SwiftUI/Extensions/Color/Color+PovioKit.swift) | | ||
| [Image](/Sources/UI/SwiftUI/Extensions/Image/Image+PovioKit.swift) | | ||
| [Text](/Sources/UI/SwiftUI/Extensions/Text/Text+PovioKit.swift) | | ||
| [View](/Sources/UI/SwiftUI/Extensions/View/View+PovioKit.swift) | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# PovioKit: UIKit | ||
|
||
A package including components to help you out developing for UIKit framework. | ||
|
||
### Components | ||
|
||
| Views | | ||
| :--- | | ||
| [DynamicCollectionCell](DynamicCollectionCell) | | ||
| [GradientView](GradientView) | | ||
| [PaddingLabel](PaddingLabel) | | ||
| [TextField](TextField) | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# PovioKit: Utilities | ||
|
||
Core package including utility tools. | ||
|
||
### Utilities | ||
|
||
| Available Utilities | | ||
| :--- | | ||
| [AppVersionValidator](/Sources/Utilities/AppVersionValidator/AppVersionValidator.swift) | | ||
| [AttributedStringBuilder](AttributedStringBuilder) | | ||
| [Broadcast](Broadcast) | | ||
| [BundleReader](/Sources/Utilities/BundleReader/BundleReader.swift) | | ||
| [Camera](/Sources/Utilities/Camera) | | ||
| [ColorInterpolator](ColorInterpolator) | | ||
| [Delegated](Delegated) | | ||
| [DispatchTimer](DispatchTimer) | | ||
| [Exif](Exif) | | ||
| [ImageSource](/Sources/Utilities/ImageSource/ImageSource.swift) | | ||
| [InAppPurchase](InAppPurchase) | | ||
| [MediaPlayer](/Sources/Utilities/MediaPlayer) | | ||
| [Money](Money) | | ||
| [Property wrapper: UserDefaults](PropertyWrapper/UserDefaults) | | ||
| [Property wrapper: XCConfigValue](PropertyWrapper/XCConfigValue) | | ||
| [StartupService](StartupService) | | ||
| [Throttler](Throttler) | |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.