All Projects → ApesTalk → DemoInPutPasswordView

ApesTalk / DemoInPutPasswordView

Licence: MIT license
仿微信支付密码输入框 (A input password alert view like wechat pay.)

Programming Languages

objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to DemoInPutPasswordView

Pwdlyser-CLI
Python-based CLI Password Analyser (Reporting Tool)
Stars: ✭ 29 (-34.09%)
Mutual labels:  passwords
fake-toss-payments-server
Fake Toss Payments Server with Real SDK Library
Stars: ✭ 242 (+450%)
Mutual labels:  payment
bolt-magento2
Bolt plugin for magento2
Stars: ✭ 17 (-61.36%)
Mutual labels:  payment
Card-Tray-Demo
A clone of Apple's Wallet app
Stars: ✭ 40 (-9.09%)
Mutual labels:  payment
IMAPLoginTester
A simple Python script that reads a text file with lots of e-mails and passwords, and tries to check if those credentials are valid by trying to login on IMAP servers.
Stars: ✭ 47 (+6.82%)
Mutual labels:  passwords
QSPay
😀安卓一行代码☕搞定微信支付、支付宝支付、银联支付
Stars: ✭ 28 (-36.36%)
Mutual labels:  payment
nanook
Ruby library for making and receiving payments and managing a nano currency node
Stars: ✭ 17 (-61.36%)
Mutual labels:  payment
svelte-stripe-js
Everything you need to add Stripe Elements to your Svelte project
Stars: ✭ 139 (+215.91%)
Mutual labels:  payment
tezos-reward-distributor
Tezos Reward Distributor (TRD): A reward distribution software for tezos bakers.
Stars: ✭ 80 (+81.82%)
Mutual labels:  payment
laravel-hyperpay
Laravel package for Hyperpay payment gateway in MENA.
Stars: ✭ 14 (-68.18%)
Mutual labels:  payment
payjs
基于 PAYJS 微信支付个人接口开发的 Package,可直接用于生产环境
Stars: ✭ 73 (+65.91%)
Mutual labels:  payment
HiveMind
HiveMind is a project management and ERP application for services organizations. It features project/task management, request tracking, time tracking, expenses, invoices/payments, general ledger, and content management (wiki). HiveMind is based on Moqui Framework, Mantle Business Artifacts, and Simple Screens.
Stars: ✭ 40 (-9.09%)
Mutual labels:  payment
payments-request-api-example
What is the Native Payments Request API?
Stars: ✭ 26 (-40.91%)
Mutual labels:  payment
woocommerce-simplify-payment-gateway-plugin
WooCommerce Payment Gateway plugin from Simplify Commerce
Stars: ✭ 28 (-36.36%)
Mutual labels:  payment
awesome-payment
支付业务常用汇总
Stars: ✭ 24 (-45.45%)
Mutual labels:  payment
solidus paypal braintree
💳Integrate Solidus with Braintree, including PayPal and Apple Pay support
Stars: ✭ 30 (-31.82%)
Mutual labels:  payment
adyen-salesforce-commerce-cloud
Salesforce Commerce Cloud (formerly Demandware)
Stars: ✭ 63 (+43.18%)
Mutual labels:  payment
widgets
💸 Web3 Payments with any token. DePay simplifies and improves Web3 Payments with the power of DeFi. Accept any token with on-the-fly conversion with state-of-the-art widgets.
Stars: ✭ 32 (-27.27%)
Mutual labels:  payment
common-substr
Simple tool to extract the most common substrings from an input text. Built for password cracking.
Stars: ✭ 56 (+27.27%)
Mutual labels:  passwords
payjs-laravel
基于 PAYJS 微信支付个人接口开发的 Laravel Package,可直接用于生产环境
Stars: ✭ 57 (+29.55%)
Mutual labels:  payment

DemoInPutPasswordView

仿微信支付密码输入框的效果

其中的文本框使用了第三方库WTReTextField (一个可通过正则表达式限制文本框输入内容的文本框。)

使用方法:

  • 1.将相关类导入到你的项目中
  • 2.添加引用#import "LMPopInputPasswordView.h",实现委托LMPopInputPassViewDelegate
  • 3.创建对象并设置委托,弹出视图:
LMPopInputPasswordView *popView = [[LMPopInputPasswordView alloc]init];
popView.frame = CGRectMake((self.view.frame.size.width - 250)*0.5, 50, 250, 150);
popView.delegate = self;
[popView pop];	

效果图:

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].