
FINN's iOS UI Components
FinniversKit is a Carthage compatible framework that contains all the UI elements of the FINN iOS app. It is designed to be used as building blocks for developing components in an isolated way. The framework is based on the design system of the FINN iOS app and includes small components that can be used independently of each other. The Demo project provides a list of all the components.
Add the following line to your Podfile:
pod 'FinniversKit'
You can also add FinniversKit using SPM.
To use Carthage, follow these steps:
bundle install.FINNIVERSKIT_GITHUB_ACCESS_TOKEN.bundle exec fastlane verify_environment_variable.bundle exec fastlane verify_ssh_to_github.bundle exec fastlane and choosing the appropriate lane.FinniversKit is a Carthage compatible framework that contains all the UI elements of the FINN iOS app. It provides small components that can be used independently and is based on the design system of the app. The framework can be installed using CocoaPods, Swift Package Manager, or Carthage. The Demo project showcases all the components and provides a way to develop them in an isolated way.
