Swiftpack.co - Swift Packages by hyperoslo

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by hyperoslo

hyperoslo/ImagePicker 3.2.0
:camera: Reinventing the way ImagePicker works.
⭐️ 4,831
🕓 9 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
ImagePicker — 3.2.0
3 years ago
Update to Swift 5 and Xcode 11.
3.1.0
5 years ago
- Add support for Objective-C, remove deprecations #358 - Bump version to indicate Obj-C support #360 - Unowned refrence when taking picutre fix #364 - Added config value for handling volume actions #365 - Dismiss when only one photo requested and selected #367 - Add iPhoneX layout support #372 - Fix accessibility labels #389 - Fix build by making code succeed linting. #401
3.0.0
6 years ago
- Swift 4 support 🎉
2.1.1
7 years ago
- Fix deprecated M_PI https://github.com/hyperoslo/ImagePicker/pull/279
2.1.0
7 years ago
- Allow iCloud asset https://github.com/hyperoslo/ImagePicker/pull/262 - Use Configuration as instance https://github.com/hyperoslo/ImagePicker/pull/257 - Fix loading https://github.com/hyperoslo/ImagePicker/pull/253 - Limit the number of images selected https://github.com/hyperoslo/ImagePicker/pull/245 - Option to select back or front camera as default https://github.com/hyperoslo/ImagePicker/pull/226 - Color customization https://github.com/hyperoslo/ImagePicker/pull/239
2.0.0 - Swift 3
7 years ago
This release includes the Swift 3 implementation of ImagePicker!
1.4.1
7 years ago
- Fix deliveryMode https://github.com/hyperoslo/ImagePicker/pull/207 - Added ability to provide a preferred image size https://github.com/hyperoslo/ImagePicker/pull/193 - Add an accessiblity label to the stack view https://github.com/hyperoslo/ImagePicker/pull/188 - Fix orientation https://github.com/hyperoslo/ImagePicker/pull/190 - Added ability to provide a preferred image size https://github.com/hyperoslo/ImagePicker/pull/193
1.4.0
7 years ago
- Improve stack view https://github.com/hyperoslo/ImagePicker/pull/176 - Refactor to AssetManager https://github.com/hyperoslo/ImagePicker/pull/184 - Add accessibility label https://github.com/hyperoslo/ImagePicker/pull/185 - Handle landscape rotation https://github.com/hyperoslo/ImagePicker/pull/186
1.3.0
7 years ago
- Migrate to Swift 2.2 #119 - Fixes image selection #120 - Internal refactoring #121 - Features AssetManager #122 - LocationManager has been moved into its own file #128 - Some rotation based issues are fixed #127 - Fixes "No image available" label position #130 - Fixes image limit bug #129 - Fixes UI when Camera access is denied #133 - Internal refactoring to handle permissions more efficiently #136 - Reloads data after collection size is change #139 - Properly reset transform and contentInset when in `viewDidAppear` #140 - Fix crash on iPad by removing `sessionPreset` #134 - Refactor ImageGalleryPanGestureDelegate #132
1.2
8 years ago
This release includes various PR from the community and small fixes. Special thank's to @fnakstad and all the other contributors! :)
iOS
hyperoslo/Cache 7.1.0
:package: Nothing but Cache.
⭐️ 2,891
🕓 4 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
7.1.0
4 weeks ago
## What's Changed * Include privacy manifest in podspec by @gsbernstein in https://github.com/hyperoslo/Cache/pull/321 * watchOS support by @escfrya in https://github.com/hyperoslo/Cache/pull/288 * Add FOSS Compliance to SipHash by @rmnblm in https://github.com/hyperoslo/Cache/pull/289 * Clean up and add watchOS support by @3lvis in https://github.com/hyperoslo/Cache/pull/322 ## New Contributors * @gsbernstein made their first contribution in https://github.com/hyperoslo/Cache/pull/321 * @escfrya made their first contribution in https://github.com/hyperoslo/Cache/pull/288 * @rmnblm made their first contribution in https://github.com/hyperoslo/Cache/pull/289 **Full Changelog**: https://github.com/hyperoslo/Cache/compare/6.2.0...7.1.0
6.2.0
6 weeks ago
## What's Changed * Add visionOS support for forImage in Library by @orff in https://github.com/hyperoslo/Cache/pull/316 * Add privacy manifest by @kitwtnb in https://github.com/hyperoslo/Cache/pull/317 ## New Contributors * @orff made their first contribution in https://github.com/hyperoslo/Cache/pull/316 * @kitwtnb made their first contribution in https://github.com/hyperoslo/Cache/pull/317 **Full Changelog**: https://github.com/hyperoslo/Cache/compare/6.1.0...6.2.0
6.1.0
11 weeks ago
Cache — 6.0.0
3 years ago
## Breaking changes - Bumped minimum deployment target iOS 11.0, macOS 10.12 and tvOS 11 - Changed API so they key can be any Hashable not just string, in order to make the old code work we need to add `String` to our `Storage` declaration. (Added by @nerdsupremacist, thanks!) ```swift // Old Storage<Image> // New Storage<String, Image> ```
Cache — 5.3.0
3 years ago
Update to Swift 5 and Xcode 11.
5.2.0
5 years ago
🚀 **Merged pull requests** - Made the code compatible with Swift 4.2. https://github.com/hyperoslo/Cache/pull/214, by [rizwan95](https://github.com/rizwan95) - update to support swift4+ https://github.com/hyperoslo/Cache/pull/215, by [Pircate](https://github.com/Pircate) - Swift 4.2 and Xcode 10 improvements https://github.com/hyperoslo/Cache/pull/216, by [fassko](https://github.com/fassko) 🤘 **Closed issues** - Can't play the video that load from the cached filePath https://github.com/hyperoslo/Cache/issues/204
5.1.0
5 years ago
- Storage and key observations https://github.com/hyperoslo/Cache/pull/202 - Add `filePath` to `Entry` https://github.com/hyperoslo/Cache/pull/205 - Handle file extensions https://github.com/hyperoslo/Cache/pull/206
5.0.0
5 years ago
Merged pull requests - Fix typo https://github.com/hyperoslo/Cache/pull/182, by [emreozdil](https://github.com/emreozdil) - Improved sample code of storage's async functions in README https://github.com/hyperoslo/Cache/pull/183, by [guoyingtao](https://github.com/guoyingtao) - Removed totalCostLimit from MemoryConfig https://github.com/hyperoslo/Cache/pull/184, by [guoyingtao](https://github.com/guoyingtao) - Fix Bug - Passing the meta to Entry https://github.com/hyperoslo/Cache/pull/187, by [Gruppio](https://github.com/Gruppio) - Refactor to generic Storage https://github.com/hyperoslo/Cache/pull/189, by [onmyway133](https://github.com/onmyway133) - Update README https://github.com/hyperoslo/Cache/pull/190, by [onmyway133](https://github.com/onmyway133) Closed issues - setObject Thread Problem https://github.com/hyperoslo/Cache/issues/181 - Store and Fetch an array https://github.com/hyperoslo/Cache/issues/188 - Shouldn't the default cache folder be /library or /documents not /library/caches? https://github.com/hyperoslo/Cache/issues/179
4.2.0
6 years ago
- Swift 4.1
4.1.2
6 years ago
**Merged pull requests** - Add json wrapper https://github.com/hyperoslo/Cache/pull/160, by [onmyway133](https://github.com/onmyway133)
hyperoslo/BarcodeScanner 5.0.1
:mag_right: A simple and beautiful barcode scanner.
⭐️ 1,669
🕓 3 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
BarcodeScanner — 5.0.1
3 years ago
BarcodeScanner — 5.0.0
3 years ago
- Updated to Xcode 12 and Swift 5
4.1.3
6 years ago
Turkish localization by @canaksoy https://github.com/hyperoslo/BarcodeScanner/pull/102
4.1.2
6 years ago
Camera: stop capturing on `deinit`: https://github.com/hyperoslo/BarcodeScanner/pull/101
4.1.1
6 years ago
- Fix torch mode for front camera https://github.com/hyperoslo/BarcodeScanner/pull/99 - Improve customisation #98
4.1.0
6 years ago
Add support for customisable info messages #96
4.0.1
6 years ago
Fix settings button covered by focus animation https://github.com/hyperoslo/BarcodeScanner/pull/95
4.0.0
6 years ago
⚠️ **Breaking changes** - `BarcodeScannerController` has been renamed to `BarcodeScannerViewController` - Remove configuration struct in favour of public properties. See [README](https://github.com/hyperoslo/BarcodeScanner/blob/master/README.md#customization) for more information - Custom views have been replaced with child view controllers - Now it's possible to switch between back/front cameras if needed https://github.com/hyperoslo/BarcodeScanner/pull/91 - Message expand/collapse animation has been fixed https://github.com/hyperoslo/BarcodeScanner/pull/90
3.0.3
6 years ago
🚀 **Merged pull requests** - Fix title and button on navigation bar in iOS 10 https://github.com/hyperoslo/BarcodeScanner/pull/84, by [onmyway133](https://github.com/onmyway133) 🤘 **Closed issues** - Close button and title not shown in navigationBar on iOS 10 and below https://github.com/hyperoslo/BarcodeScanner/issues/83
3.0.2
6 years ago
🚀 **Merged pull requests** - Refactor: access control https://github.com/hyperoslo/BarcodeScanner/pull/78, by [vadymmarkov](https://github.com/vadymmarkov) - Use UINavigationBar https://github.com/hyperoslo/BarcodeScanner/pull/82, by [onmyway133](https://github.com/onmyway133) 🤘 **Closed issues** - iPhoneX layout issue (Close button) https://github.com/hyperoslo/BarcodeScanner/issues/76
iOS
hyperoslo/Lightbox 2.5.1
:milky_way: A convenient and easy to use image viewer for your iOS app
⭐️ 1,605
🕓 10 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
11 weeks ago
Lightbox — 2.5.0
3 years ago
- Updated dependencies (Cache contains breaking changes https://github.com/hyperoslo/Cache/releases/tag/6.0.0) ``` github "hyperoslo/Imaginary" ~> 5.0.0 github "hyperoslo/Cache" ~> 6.0.0 ```
Lightbox — 2.4.2
3 years ago
- Fixed an issue where presenting the Lightbox wouldn't work https://github.com/hyperoslo/Lightbox/pull/254
Lightbox — 2.4.1
3 years ago
- Added SPM support (thanks @Tobisaninfo)
Lightbox — 2.4.0
3 years ago
- Swift 5 and Xcode 11 support
2.3.0
5 years ago
- Swift 4.2
2.1.2
6 years ago
🚀 **Merged pull requests** - Fix footer counter https://github.com/hyperoslo/Lightbox/pull/163, by [rinat-enikeev](https://github.com/rinat-enikeev) - Carthage compatibility https://github.com/hyperoslo/Lightbox/pull/167, by [vincentsaluzzo](https://github.com/vincentsaluzzo) - Fix footer frame https://github.com/hyperoslo/Lightbox/pull/172, by [onmyway133](https://github.com/onmyway133) 🤘 **Closed issues** - Live Demo not working.. https://github.com/hyperoslo/Lightbox/issues/160 - Crash on IOS 11.1.1 (15B150) https://github.com/hyperoslo/Lightbox/issues/162 - Add save to Photo Album feature https://github.com/hyperoslo/Lightbox/issues/100 - Add buttons https://github.com/hyperoslo/Lightbox/issues/98 - Playing Local Videos https://github.com/hyperoslo/Lightbox/issues/158 - Unwinds back to rootviewcontroller instead of presentingViewController https://github.com/hyperoslo/Lightbox/issues/169 - Custom buttons at the bottom https://github.com/hyperoslo/Lightbox/issues/164 - LightboxConfig is global? https://github.com/hyperoslo/Lightbox/issues/170 - Page label doesn't show up on Portrait mode. https://github.com/hyperoslo/Lightbox/issues/168 - FooterView doesn't show up at start https://github.com/hyperoslo/Lightbox/issues/159 - How to show page label https://github.com/hyperoslo/Lightbox/issues/166
2.1.1
6 years ago
🚀 **Merged pull requests** - Add test https://github.com/hyperoslo/Lightbox/pull/157, by [onmyway133](https://github.com/onmyway133) - Use view.bounds instead of UIApplicationDelegate.window.bounds https://github.com/hyperoslo/Lightbox/pull/156, by [andreyrd](https://github.com/andreyrd) 🤘 **Closed issues** - README outdated? https://github.com/hyperoslo/Lightbox/issues/148 - Using UIWindow for layout size https://github.com/hyperoslo/Lightbox/issues/150 - Close button overlaps with status bar in iPhone X https://github.com/hyperoslo/Lightbox/issues/153
2.1.0
6 years ago
🚀 **Merged pull requests** - Use String directly instead of String.characters https://github.com/hyperoslo/Lightbox/pull/152, by [andreyrd](https://github.com/andreyrd) - Update layout for iPhone X https://github.com/hyperoslo/Lightbox/pull/154, by [onmyway133](https://github.com/onmyway133) - Allow custom download https://github.com/hyperoslo/Lightbox/pull/155, by [onmyway133](https://github.com/onmyway133) 🤘 **Closed issues** - SwiftHash is missing in Carthage-Build https://github.com/hyperoslo/Lightbox/issues/146 - launching on ipad landscape view default preview layer input is portrait https://github.com/hyperoslo/Lightbox/issues/151 - Value of type 'Image' has no member 'uimage' https://github.com/hyperoslo/Lightbox/issues/149 - README outdated? https://github.com/hyperoslo/Lightbox/issues/148
2.0.1
6 years ago
🚀 **Merged pull requests** - Refactored truncatedText getter to prevent occasional EXC_BREAKPOINT crash https://github.com/hyperoslo/Lightbox/pull/143, by [bchrobot](https://github.com/bchrobot) - Update Carthage https://github.com/hyperoslo/Lightbox/pull/147, by [onmyway133](https://github.com/onmyway133) 🤘 **Closed issues** - Open ImagePicker or Gallery from Lightbox example https://github.com/hyperoslo/Lightbox/issues/141 - pod update https://github.com/hyperoslo/Lightbox/issues/142 - Build with compile issues. https://github.com/hyperoslo/Lightbox/issues/140
hyperoslo/Sugar 5.0.1
:coffee: Something sweet that goes great with your Cocoa
⭐️ 1,070
🕓 3 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Sugar — 5.0.1
3 years ago
- Updated for Swift 5 - Added SPM (thanks @janlionly)!
Swift 4.2
4 years ago
4.0.0
6 years ago
🚀 **Merged pull requests** - Fix bundle name https://github.com/hyperoslo/Sugar/pull/98, by [onmyway133](https://github.com/onmyway133) - Add isPushNotificationEnabled https://github.com/hyperoslo/Sugar/pull/99, by [onmyway133](https://github.com/onmyway133) - Swift 3 Date is comparable. These operators will conflict with Swift 3 operators. https://github.com/hyperoslo/Sugar/pull/100, by [yfujiki](https://github.com/yfujiki) - Once https://github.com/hyperoslo/Sugar/pull/103, by [onmyway133](https://github.com/onmyway133) - Check for content before apply templating https://github.com/hyperoslo/Sugar/pull/102, by [onmyway133](https://github.com/onmyway133) - Remove sizes https://github.com/hyperoslo/Sugar/pull/104, by [onmyway133](https://github.com/onmyway133) - Fix email validation https://github.com/hyperoslo/Sugar/pull/105, by [lipka](https://github.com/lipka) - Support new TLDs https://github.com/hyperoslo/Sugar/pull/106, by [lipka](https://github.com/lipka) - Update project to Swift 4 https://github.com/hyperoslo/Sugar/pull/108, by [onmyway133](https://github.com/onmyway133) - Update Application https://github.com/hyperoslo/Sugar/pull/109, by [onmyway133](https://github.com/onmyway133) - Swift 4 update https://github.com/hyperoslo/Sugar/pull/110, by [onmyway133](https://github.com/onmyway133) - Remove localisations https://github.com/hyperoslo/Sugar/pull/111, by [onmyway133](https://github.com/onmyway133)
3.1.2
7 years ago
3.1.1
7 years ago
3.1.0
7 years ago
- Remove localizeString function #93 - Add Constraint to handle constraint anchors #95
3.0.0
7 years ago
- Fixes compiler error with Swift 3.0.1 #90
2.0.0
7 years ago
- Migrates the implementation to Swift 3 #88
1.2.0
7 years ago
- Moves `Application` struct to shared #81 - Helper methods on `UICollectionView`, `UITableView`, `NSTableView` have been remove #80 - `SequenceType` now supports `findFirst` #80 - `Action` is now a `type alias` #73 - New date related helpers #74 - New keyboard helpers #76 And various other refactorings, tweaks and twerks
1.1.1
8 years ago
- Adds CHANGELOG.md
iOS
hyperoslo/Imaginary 5.0.0
:unicorn: Remote images, as easy as one, two, three.
⭐️ 609
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Imaginary — 5.0.0
3 years ago
- Updated to Cache 6.0.0 (Relase notes since it's a breaking change https://github.com/hyperoslo/Cache/releases/tag/6.0.0) - Updated to Xcode 12
Imaginary — 4.3.1
3 years ago
- Fix building issue with Mac framework
Imaginary — 4.3.0
3 years ago
- Updated to Swift 5 (Thanks @fassko!)
4.2.0
5 years ago
🚀 **Merged pull requests** - Implemented support for fileURLs https://github.com/hyperoslo/Imaginary/pull/80, by [radianttap](https://github.com/radianttap) - Use Cache 5.0 https://github.com/hyperoslo/Imaginary/pull/83, by [onmyway133](https://github.com/onmyway133) - Made the example project compatible with Swift 4.2. https://github.com/hyperoslo/Imaginary/pull/87, by [rizwan95](https://github.com/rizwan95) 🤘 **Closed issues** - Is it possible to use an authentication header in the request? https://github.com/hyperoslo/Imaginary/issues/77 - Does the library support the usage of an authorization header? https://github.com/hyperoslo/Imaginary/issues/74 - Imaginary does not compile (Carthage) https://github.com/hyperoslo/Imaginary/issues/85
3.0.3
6 years ago
**Merged pull requests** - Expose image fetch cancelling https://github.com/hyperoslo/Imaginary/pull/72, by [VladislavJevremovic](https://github.com/VladislavJevremovic) - Carthage compatibility https://github.com/hyperoslo/Imaginary/pull/73, by [vincentsaluzzo](https://github.com/vincentsaluzzo) - fix typo in documentation https://github.com/hyperoslo/Imaginary/pull/75, by [alexshepard](https://github.com/alexshepard) - Customise cache and downloader https://github.com/hyperoslo/Imaginary/pull/76, by [onmyway133](https://github.com/onmyway133) 🤘 **Closed issues** - Does the library support the usage of an authorization header? https://github.com/hyperoslo/Imaginary/issues/74
3.0.2
6 years ago
🚀 **Merged pull requests** - Specify Cache version in Cartfile https://github.com/hyperoslo/Imaginary/pull/71, by [onmyway133](https://github.com/onmyway133)
3.0.1
6 years ago
🚀 **Merged pull requests** - Fix some typos in the README https://github.com/hyperoslo/Imaginary/pull/65, by [DevWithTheHair](https://github.com/DevWithTheHair) - Make download function public in Downloader https://github.com/hyperoslo/Imaginary/pull/68, by [onmyway133](https://github.com/onmyway133) - Not use @testable in tests https://github.com/hyperoslo/Imaginary/pull/70, by [onmyway133](https://github.com/onmyway133) 🤘 **Closed issues** - Feature an image manager https://github.com/hyperoslo/Imaginary/issues/36 - Best effort cache https://github.com/hyperoslo/Imaginary/issues/39 - Error in doc and internal protection level https://github.com/hyperoslo/Imaginary/issues/66 - MultipleImageFetcher need public initialiser https://github.com/hyperoslo/Imaginary/issues/69
3.0.0
6 years ago
Support Swift 4 🎉 🚀 Merged pull requests - Update project to Swift 4 https://github.com/hyperoslo/Imaginary/pull/53, by [onmyway133](https://github.com/onmyway133) - Refactoring Configuration https://github.com/hyperoslo/Imaginary/pull/54, by [onmyway133](https://github.com/onmyway133) - Use circle ci https://github.com/hyperoslo/Imaginary/pull/55, by [onmyway133](https://github.com/onmyway133) - Fix completion https://github.com/hyperoslo/Imaginary/pull/56, by [onmyway133](https://github.com/onmyway133) - Update Fetcher https://github.com/hyperoslo/Imaginary/pull/57, by [onmyway133](https://github.com/onmyway133) - Add MultipleImageFetcher https://github.com/hyperoslo/Imaginary/pull/58, by [onmyway133](https://github.com/onmyway133) - Add Option https://github.com/hyperoslo/Imaginary/pull/59, by [onmyway133](https://github.com/onmyway133) - Refactor Displayer https://github.com/hyperoslo/Imaginary/pull/60, by [onmyway133](https://github.com/onmyway133) - Update README https://github.com/hyperoslo/Imaginary/pull/61, by [onmyway133](https://github.com/onmyway133) - Add tvOS support https://github.com/hyperoslo/Imaginary/pull/62, by [onmyway133](https://github.com/onmyway133) - Swift4 https://github.com/hyperoslo/Imaginary/pull/63, by [onmyway133](https://github.com/onmyway133) - Update macOS demo https://github.com/hyperoslo/Imaginary/pull/64, by [onmyway133](https://github.com/onmyway133) 🤘 Closed issues - Feature request: Gif support https://github.com/hyperoslo/Imaginary/issues/51
2.1.1
6 years ago
- Minor improvement when using images found in cache #52 - Improve the transition between images on macOS #52
2.1.0
6 years ago
- Introduces `ImageManager` #49 #50
hyperoslo/Pages 2.0.2
:page_facing_up: UIPageViewController made simple
⭐️ 497
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
2.0.2
6 years ago
Expose methods to @objc when needed https://github.com/hyperoslo/Pages/pull/52
2.0.1 - Start page
6 years ago
Make start page not mutable https://github.com/hyperoslo/Pages/pull/51
2.0.0 - Swift 4
6 years ago
1.0.0 - Swift 3
7 years ago
0.6.3 - Framework target
8 years ago
- Add framework target. - Carthage support.
0.6.2
8 years ago
- Features Swift 2.0
Pages —0.6.1
8 years ago
1. Fix `enableSwipe`. 2. Add possibility to hide/show the page control.
Pages —0.6.0
8 years ago
1. Add icon. 2. Add pageControl property for customisations. 3. Change logic for page indicator's current page.
Pages —0.5.0
8 years ago
- Add getter for the current index. - Add pages count getter. - Implement `PagesControllerDelegate`. - Add bottom line view.
Pages —0.4.2
9 years ago
- Rename API method `goto` to `goTo`. (https://github.com/hyperoslo/Pages/commit/ef92e59ff77c0f7ce3cf7f9f4256b7e23b2388c7) - Fix bug which caused the direction to always be backwards. (https://github.com/hyperoslo/Pages/commit/19300bab65ec7289abfd5bed40320a5ef2c99438)
iOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics