Popularity
4.9
Stable
Activity
0.0
-
351
8
50

Code Quality Rank: L4
Programming language: Swift
License: MIT License
Tags: UI    
Latest version: v5.0

Wallet alternatives and similar libraries

Based on the "UI" category.
Alternatively, view Wallet alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Wallet or a related project?

Add another 'UI' Library

README

Wallet

Platform License

Wallet is a replica of the Apple's Wallet interface. Add, delete or present your cards and passes.

Feel free to use this pod in your project and add any other functionality to the Wallet.

Please, contribute and send pull requests!

Requirements

  • iOS 11.0+
  • Swift 5

Apps using Wallet

Recipe Scaler

Send a PR to add your app here

Preview

Wallet

Example

To run the example application use pod try:

In a terminal, simply execute:

$ pod try Wallet

and run the target named Wallet-Example in Xcode.

Getting Started

  • CocoaPods

    • Add the following lines to your Podfile:
      pod 'Wallet'
    
    • Run pod install
    • You are all set!
  • Carthage

    • Add the following line to your Cartfile: github "rshevchuk/Wallet"
    • Run carthage update.
    • On your application targets' General settings tab, in the Linked Frameworks and Libraries section:
      • Drag & drop the following frameworks from Carthage/Build folder on disk:
    • On your application targets' Build Phases tab:

      • Click + icon and choose New Run Script Phase.
      • Create a script with a shell of your choice (e.g. /bin/sh).
      • Add the following to the script area below the shell: /usr/local/bin/carthage copy-frameworks
      • Add the paths to the frameworks you want to use under Input Files, for example:
        $(SRCROOT)/Carthage/Build/iOS/Wallet.framework
      

Documentation

Documentation for Wallet can be found on CocoaDocs.org.

Author

Russ Shevchuk, [email protected]

License

Wallet is available under the MIT license. See the LICENSE file for more info.


*Note that all licence references and agreements mentioned in the Wallet README section above are relevant to that project's source code only.