You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
📑 GoodUIKit is a UIKit extensions library filled with reusable UI snippets for faster and more efficient iOS development. Boost productivity and streamline your workflow with ready-to-use UI components.
Good UIKit is a collection of useful and frequently used Swift UIKit extensions for iOS development.
These extensions aim to simplify and streamline common tasks, making it easier for developers
to write clean and concise code.
Instalation
Swift Package Manager
Create a Package.swift file and add the package dependency into the dependencies list.
Or to integrate without package.swift add it through the Xcode add package interface.
then subcribe to it and handle the actions whenever user interacts with the element
buttonPublisher
.sink{[weak self] _ in
// do actions
}.store(in:&cancellables)
License
GoodUIKit is released under the MIT license. See LICENSE for details.
About
📑 GoodUIKit is a UIKit extensions library filled with reusable UI snippets for faster and more efficient iOS development. Boost productivity and streamline your workflow with ready-to-use UI components.