All Projects → uber → Ubtokenbar

uber / Ubtokenbar

Licence: mit
Flexible and extensible UICollectionView based TokenBar written in Swift

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Ubtokenbar

erc721
The reference implementation of the ERC-721 non-fungible token standard.
Stars: ✭ 989 (+627.21%)
Mutual labels:  tokens, token
ethereum-erc20
Fungible token implementation for the Ethereum blockchain.
Stars: ✭ 27 (-80.15%)
Mutual labels:  tokens, token
Ethereum Erc721
Non-fungible token implementation for Ethereum-based blockchains.
Stars: ✭ 253 (+86.03%)
Mutual labels:  token, tokens
ethereum-crowdsale
0xcert protocol crowdsale contracts for Ethereum blockchain.
Stars: ✭ 15 (-88.97%)
Mutual labels:  tokens, token
mock-oauth2-server
A scriptable/customizable web server for testing HTTP clients using OAuth2/OpenID Connect or applications with a dependency to a running OAuth2 server (i.e. APIs requiring signed JWTs from a known issuer)
Stars: ✭ 83 (-38.97%)
Mutual labels:  tokens, token
ethereum-dex
Decentralized exchange implementation for the 0xcert protocol on the Ethereum blockchain.
Stars: ✭ 18 (-86.76%)
Mutual labels:  tokens, token
Bottyclient
A slim Discord client with many cool features including less network traffic which supports bot tokens, but user tokens theoretically work too. Tags: Discord Bot Client Token for Bot Botting Download English
Stars: ✭ 58 (-57.35%)
Mutual labels:  token, tokens
Go Alone
A simple to use, high-performance, Go (golang) MAC signer.
Stars: ✭ 82 (-39.71%)
Mutual labels:  token
Auth Module
auth.nuxtjs.org
Stars: ✭ 1,624 (+1094.12%)
Mutual labels:  token
Totp Cli
A cli-based pass-backed TOTP app
Stars: ✭ 76 (-44.12%)
Mutual labels:  token
Kirby3 Autoid
Automatic unique ID for Pages, Files and Structures including performant helpers to retrieve them. Bonus: Tiny-URL.
Stars: ✭ 58 (-57.35%)
Mutual labels:  token
Coin registry
A global registry of JSON formatted files on 1500+ cryptocurrency tokens. Provides information like chat rooms, communities, explorers, and contact information on each coin. Used by https://blockmodo.com, DEXs, developers, and exchanges.
Stars: ✭ 85 (-37.5%)
Mutual labels:  tokens
Iot Technical Guide
🐝 IoT Technical Guide --- 从零搭建高性能物联网平台及物联网解决方案和Thingsboard源码分析 ✨ ✨ ✨ (IoT Platform, SaaS, MQTT, CoAP, HTTP, Modbus, OPC, WebSocket, 物模型,Protobuf, PostgreSQL, MongoDB, Spring Security, OAuth2, RuleEngine, Kafka, Docker)
Stars: ✭ 2,334 (+1616.18%)
Mutual labels:  token
Evt
Boost Engine for Token Economy
Stars: ✭ 1,226 (+801.47%)
Mutual labels:  token
Aspnetcorehybridflowwithapi
ASP.NET Core MVC application using API, OpenID Connect Hybrid flow , second API, Code Flow with PKCE
Stars: ✭ 127 (-6.62%)
Mutual labels:  token
Discord Token Grabber
A simple Discord token grabber written in Python 3
Stars: ✭ 58 (-57.35%)
Mutual labels:  token
Figma Theme
Generate development-ready theme JSON files from Figma Styles
Stars: ✭ 130 (-4.41%)
Mutual labels:  tokens
Ubi
Universal Basic Income token.
Stars: ✭ 124 (-8.82%)
Mutual labels:  token
Pytmipe
Python library and client for token manipulations and impersonations for privilege escalation on Windows
Stars: ✭ 104 (-23.53%)
Mutual labels:  token
Tokens
Tokens, Tokens, Tokens
Stars: ✭ 101 (-25.74%)
Mutual labels:  tokens

UBTokenBar

CI Status Version License Platform

UBTokenBar is a UICollectionView based token bar written in Swift. It uses UICollectionViewFlow layout objects to layout and render its tokens, which allows for a high level of layout customizability. Since UBTokenBar is powered via a UICollectionView you can register your own cell classes to customize the token appearance and behavior. Right To Left language is supported out of the box!

If you have any questions, feel free to ask on Stack Overflow (tag "ubtokenbar").

Features

  • [x] Easy to get started
  • [x] Extensible, UICollectionView-based architecture
  • [x] Full RTL support

Installation

UBTokenBar requires iOS 10+ and Swift 3

CocoaPods

To integrate UBTokenBar into your project using CocoaPods, add the following line to your Podfile:

pod 'UBTokenBar'

Carthage

To integrate UBTokenBar using Carthage add this to your Cartfile:

github "uber/ubtokenbar"

Running the Examples App

  • Clone the repo git clone [email protected]:uber/ubtokenbar.git
  • Open the Example directory cd UBTokenBar/Example
  • run pod install
  • open UBTokenBar.xcworkspace
  • Run the UBTokenBar-Example scheme in Xcode. Run the UBTokenBar_ExampleRTL to test Right To Left langauge

Quickstart

See the UBTokenBar Quickstart here!

Authors

Screenshots

Default UBTokenBar

default

RTL UBTokenBar (Works out of the box!)

rlt

Contributions

We'd love for you to contribute to our open source projects. Before we can accept your contributions, we kindly ask you to sign our Uber Contributor License Agreement.

  • If you find a bug, open an issue or submit a fix via a pull request.
  • If you have a feature request, open an issue or submit an implementation via a pull request
  • If you want to contribute, submit a pull request.

Check out the Contribution Guidelines for more information.

License

UBTokenBar is released under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].