Swiftpack.co - Swift Packages by kirualex

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

Packages published by kirualex

kirualex/SwiftyGif 5.4.5
High performance GIF engine
⭐️ 1,926
🕓 3 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.
5.4.4
1 year ago
## What's Changed * fix memory leak when imageView removed after stopAnimatingGif by @wotjd in https://github.com/kirualex/SwiftyGif/pull/169 * Update README.md by @heydoy in https://github.com/kirualex/SwiftyGif/pull/171 * Fix GIF pausing when on secondary display by @bryankeller in https://github.com/kirualex/SwiftyGif/pull/176 * fix: update typos, fix crash on 13 pro by @HanX1ao in https://github.com/kirualex/SwiftyGif/pull/178 * Fix playback speed on non-60hz displays by @donmai-me in https://github.com/kirualex/SwiftyGif/pull/180 * Provide Bundle by @tim4tech in https://github.com/kirualex/SwiftyGif/pull/181 ## New Contributors * @wotjd made their first contribution in https://github.com/kirualex/SwiftyGif/pull/169 * @heydoy made their first contribution in https://github.com/kirualex/SwiftyGif/pull/171 * @bryankeller made their first contribution in https://github.com/kirualex/SwiftyGif/pull/176 * @HanX1ao made their first contribution in https://github.com/kirualex/SwiftyGif/pull/178 * @donmai-me made their first contribution in https://github.com/kirualex/SwiftyGif/pull/180 * @tim4tech made their first contribution in https://github.com/kirualex/SwiftyGif/pull/181 **Full Changelog**: https://github.com/kirualex/SwiftyGif/compare/5.4.3...5.4.4
5.4.3
2 years ago
- tvOS support - Fix for ProMotion display
5.4.2
2 years ago
- 418224b1 Fix objc_getAssociatedObject crashing on weak reference
5.4.1
2 years ago
- Fix crash when gif loaded from url and delegate has been deallocate - Fix index out of range - Add library evolution support - Package.swift: adds dynamic library
3 years ago
- FIxed : Gif animations play at different speeds on iPad vs iPhone - FIxed : method "gifDidStop" will execute twice - Added : basic support for macOS - Changed : bump IPHONEOS_DEPLOYMENT_TARGET to 9.0 to remove warning - Changed : Removed big files from repo
5.3.0
3 years ago
- Updated `setGifFromURL` by adding parameter `customLoader: UIView? = nil`, allowing for custom loader UIView. A typical use would be something like : ```swift let loader = UIActivityIndicatorView.init(style: .white) self.imageView.setGifFromURL(url, customLoader: loader) ``` - Updated `setGifFromURL` by adding parameter `session: URLSession = URLSession.shared`, allowing for custom URLSession. - Added a basic caching system for remote GIFs - Updated Demo project in order to demonstrate local GIFs and GIFs in a `UITableView`
iOS macOS
kirualex/KAPinField 5.0.3
Lightweight, highly customizable Pin Code Field library for iOS, written in Swift
⭐️ 178
🕓 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.
5.0.3
1 year ago
**Full Changelog**: https://github.com/kirualex/KAPinField/compare/5.0.2...5.0.3
2 years ago
iOS

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