- July 9, 2025
- Mins Read
VENTokenField
is the recipients token field that is used in the Venmo compose screen.
The easiest way to get started is to use CocoaPods. Just add the following line to your Podfile:
pod ‘VENTokenField’, ‘~> 2.0’
If you’ve ever used a UITableView
, using VENTokenField
should be a breeze.
Similar to UITableView
, VENTokenField
provides two protocols: <VENTokenFieldDelegate>
and <VENTokenFieldDataSource>
.
This protocol notifies you when things happen in the token field that you might want to know about.
tokenField:didEnterText:
is called when a user hits the return key on the input field.tokenField:didDeleteTokenAtIndex:
is called when a user deletes a token at a particular index.tokenField:didChangeText:
is called when a user changes the text in the input field.tokenFieldDidBeginEditing:
is called when the input field becomes first responder.This protocol allows you to provide info about what you want to present in the token field.
Implement…
tokenField:titleForTokenAtIndex:
to specify what the title for the token at a particular index should be.numberOfTokensInTokenField:
to specify how many tokens you have.tokenFieldCollapsedText:
to specify what you want the token field to say in the collapsed state.Check out the sample project in this repo for sample usage.
A lightweight sparkline component, supporting Swift, SwiftUI, macCatalyst and Objective-C. What is a sparkline? A sparkline is a very ...
LightChart is a lightweight SwiftUI package with line charts implementation. You can use it when you need only a chart that will perfectly ...
Swift package for displaying charts effortlessly. V2 Beta is here 🎉🎉🎉 V2 focuses on providing a strong and easy to ...
Lightweight and easy to use SwiftUI chart library for all Apple platforms