All Projects → danielinoa → TextFieldsTraversalController

danielinoa / TextFieldsTraversalController

Licence: MIT license
A controller to manage the traversal of a collection of textfields.

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to TextFieldsTraversalController

bilrost
Kubernetes controller/operator to set up OAUTH2/OIDC security on any ingress based service
Stars: ✭ 17 (+13.33%)
Mutual labels:  controller
nest-abstract
NestJs Abstraction Helper
Stars: ✭ 36 (+140%)
Mutual labels:  controller
docker-zerotier-controller
Dockernized ZeroTierOne Controller
Stars: ✭ 170 (+1033.33%)
Mutual labels:  controller
formily
Simple, lightweight, and flexible schema-based form for Vue.js
Stars: ✭ 23 (+53.33%)
Mutual labels:  form
Xb2XInput
XB2X: User-mode Windows driver for Xbox OG controllers, supporting both XInput and DirectInput.
Stars: ✭ 70 (+366.67%)
Mutual labels:  controller
react-cool-form
😎 📋 React hooks for forms state and validation, less code more performant.
Stars: ✭ 246 (+1540%)
Mutual labels:  form
contact-officials
Form definitions powering Resistbot's electronic deliveries to elected officials in the United States.
Stars: ✭ 29 (+93.33%)
Mutual labels:  form
GlosSI
Tool for using Steam-Input controller rebinding at a system level alongside a global overlay
Stars: ✭ 1,004 (+6593.33%)
Mutual labels:  controller
form
Flow Form Framework
Stars: ✭ 14 (-6.67%)
Mutual labels:  form
vue-elementui-freedomen
elementui 应用级框架
Stars: ✭ 27 (+80%)
Mutual labels:  form
form-data-json
A zero dependency, cross browser library to easily get or set/manipulate form input values as/from a json object.
Stars: ✭ 37 (+146.67%)
Mutual labels:  form
react-file-input-previews-base64
This package provides an easy to use, ready to go and customizable wrapper around file input, with option for image previews and returning file as base64 string.
Stars: ✭ 15 (+0%)
Mutual labels:  form
designable
🧩 Make everything designable 🧩
Stars: ✭ 2,156 (+14273.33%)
Mutual labels:  form
Forms
Tracking our progress moving all city paper and pdf forms online.
Stars: ✭ 14 (-6.67%)
Mutual labels:  form
json-schema-js-gui-model
Handy gui model and associated translator that can be used to construct javascript UI forms from json-schemas
Stars: ✭ 19 (+26.67%)
Mutual labels:  form
lomake
HTML Form generator from Go structs
Stars: ✭ 12 (-20%)
Mutual labels:  form
enketo-core
The engine that powers Enketo Tools - Use it to develop your own enketo-powered app.
Stars: ✭ 74 (+393.33%)
Mutual labels:  form
Curator
A lightweight key-value file manager written in Swift.
Stars: ✭ 14 (-6.67%)
Mutual labels:  controller
GenerateDynamicCustomForm
You can generate a dynamic form view in a few minutes for a signup, add a record. Creating a form is very easy.
Stars: ✭ 18 (+20%)
Mutual labels:  form
autoform
🤖📝 AutoForm is the simplest way to automatically generate fast, beautiful and standards/WCAG compliant HTML forms based on an Ecto Schema in a Phoenix Web Application to *significantly* speed up Web App Development. 🚀
Stars: ✭ 18 (+20%)
Mutual labels:  form

TextFieldsTraversalController

A controller to manage the traversal of a collection of textfields. This controller comes with a custom inputAccessoryView that mimics the one used by Safari when traversing through an HTML form.

CI Status Version License Platform

Usage

import TextFieldsTraversalController

let textFieldsTraversalController = TextFieldsTraversalController(textFields: textFields)

To run the example project, clone the repo, and run pod install from the Example directory first.

Customization

textFieldsTraversalController.accessoryView.orientation = .horizontal

image

textFieldsTraversalController.accessoryView.orientation = .vertical

image

Requirements

  • iOS 9.0+ and Xcode 9.0+
  • Swift 4.0+

Installation

TextFieldsTraversalController is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'TextFieldsTraversalController'

Author

License

TextFieldsTraversalController is available 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].