2JS / SparrowKit

Collection of native Swift extensions to boost your development. Support tvOS and watchOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SparrowKit

Collection of native Swift extensions to boost your development. If you have time, please, add description and docs for functions.

If you like the project, don't forget to put star ★ and follow me on GitHub:

https://github.com/varabeis

Navigate

Installation

Swift Package Manager

The Swift Package Manager is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.

To integrate SparrowKit into your Xcode project using Xcode 12, specify it in File > Swift Packages > Add Package Dependency...:

https://github.com/varabeis/SparrowKit

CocoaPods:

CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate SparrowKit into your Xcode project using CocoaPods, specify it in your Podfile:

pod 'SparrowKit'

Manually

If you prefer not to use any of dependency managers, you can integrate SparrowKit into your project manually. Put Sources/SparrowKit folder in your Xcode project. Make sure to enable Copy items if needed and Create groups.

Other Projects

Using for request and check state of permissions. Available native UI for request multiple permissions at the same time. Simple integration and usage like 2 lines code.

You can find this alerts in AppStore after feedback or after added song to library in Apple Music. Contains popular Done, Heart presets and many other. Done preset present with draw path animation like original. Also available simple present message without icon. Usage in one line code.

Animation of widgets from iOS 14. 3D transform with dynamic shadow. Video preview. Available deep customisation 3D and shadow. Also you can use static transform without animation.

Simplifies working with animated changes in table and collections. Apple's diffable API required models for each object type. If you want use it in many place, you pass time to implement it and get over duplicates codes. This project help do it elegant with shared models and special cell providers. Support side bar iOS14 and already has native cell providers and views.

Russian Community

В телеграм-канале Код Воробья пишу о iOS разработке. Видео-туториалы выклыдываю на YouTube:

Tutorials on YouTube

About

Collection of native Swift extensions to boost your development. Support tvOS and watchOS.

License:MIT License


Languages

Language:Swift 99.5%Language:Ruby 0.3%Language:Objective-C 0.2%