Skip to content

Framework for handling images and videos (remote fetch, cache, display)

License

Notifications You must be signed in to change notification settings

macistador/MediasKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MediasKit

[...]

Features

  • ....

Requirements

  • iOS 15.0+
  • Xcode 12.0+
  • Swift 5.5+

Installation

SwiftPackageManager

dependencies: [
    .package(url: "https://github.com/macistador/MediasKit", from: "0.0.1")
]

Usage

Preview

With SwiftUI

        

With UIKit

    

Callbacks

Your object needs to conforms xxxxDelegate

extension DemoView: xxxxDelegate {
    
}

For more details you may take a look at the sample project.

Other packages

Meanwhile this library works well alone, it is meant to be complementary to the following app bootstrap packages suite:

Credits

MediasKit is developed and maintained by Michel-André Chirita. You can follow me on Twitter at @Macistador for updates.

License

MediasKit is released under the MIT license. See LICENSE for details.

About

Framework for handling images and videos (remote fetch, cache, display)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages