All Projects → wang542413041 → Kingcercode

wang542413041 / Kingcercode

Licence: mit
单个输入框验证码样式

Labels

Projects that are alternatives of or similar to Kingcercode

Aicustomviewcontrollertransition
Easy and tidy way for creating custom UIViewController transitions for iOS
Stars: ✭ 130 (-39.81%)
Mutual labels:  custom
Discord Player
🎧 Complete framework to simplify the implementation of music commands using discords.js v12
Stars: ✭ 161 (-25.46%)
Mutual labels:  custom
Sharex Upload Server
AKA ShareS - Feature full & Stable ShareX and file server in node. Includes images, videos, code, text, markdown rendering, password protected uploads, logging via discord, administration through Discord, url shortening, and a full front end. Use standalone or via reverse proxy
Stars: ✭ 180 (-16.67%)
Mutual labels:  custom
Arclayout
With Arc Layout explore new styles and approaches on material design
Stars: ✭ 1,662 (+669.44%)
Mutual labels:  custom
Free Email Forwarding
The best free email forwarding for custom domains. Visit our website to get started (SMTP server)
Stars: ✭ 2,024 (+837.04%)
Mutual labels:  custom
Phoenix Ecto Encryption Example
🔐 A detailed example for how to encrypt data in a Phoenix (Elixir) App before inserting into a database using Ecto Types
Stars: ✭ 166 (-23.15%)
Mutual labels:  custom
Drooltip.js
🔥 💦 Minimalistic, powerful and extensible Vanilla JS tooltip library
Stars: ✭ 129 (-40.28%)
Mutual labels:  custom
Forwardemail.net
The best free email forwarding for custom domains (Web Server)
Stars: ✭ 211 (-2.31%)
Mutual labels:  custom
Zmjtipview
Fully customisable tooltip view in Objective-C for iOS.
Stars: ✭ 156 (-27.78%)
Mutual labels:  custom
Val
VirtualDOM abstraction layer - give yourself better integration and full control over the DOM with any virtual DOM library that uses a Hyperscript-like API such as React and Preact.
Stars: ✭ 181 (-16.2%)
Mutual labels:  custom
Dynamic Toasts
Custom toasts with color and icon for Android.
Stars: ✭ 132 (-38.89%)
Mutual labels:  custom
Nextlevel
NextLevel was initally a weekend project that has now grown into a open community of camera platform enthusists. The software provides foundational components for managing media recording, camera interface customization, gestural interaction customization, and image streaming on iOS. The same capabilities can also be found in apps such as Snapchat, Instagram, and Vine.
Stars: ✭ 1,940 (+798.15%)
Mutual labels:  custom
Slidingsquareloaderview
Marvelous sliding square loader view
Stars: ✭ 166 (-23.15%)
Mutual labels:  custom
Customsrp
Many mini-custom-SRPs showing how to achieve different things when creating your own SRP. Only SRP Core package is needed.
Stars: ✭ 132 (-38.89%)
Mutual labels:  custom
Atgmediabrowser
Image slide-show viewer with multiple predefined transition styles, with ability to create new transitions with ease.
Stars: ✭ 186 (-13.89%)
Mutual labels:  custom
Xamarin.forms.breadcrumb
This is a breadcrumb navigation control that is complete automatic and uses the Navigation stack and page titles to generate the breadcrumbs.
Stars: ✭ 130 (-39.81%)
Mutual labels:  custom
Animatedgraph
Animated Graph which you can include in your application to show information in more attractive way
Stars: ✭ 162 (-25%)
Mutual labels:  custom
Customasm
💻 An assembler for custom, user-defined instruction sets! https://hlorenzi.github.io/customasm/web/
Stars: ✭ 211 (-2.31%)
Mutual labels:  custom
Revealbanner
🚀🚀🚀 滑动特效banner
Stars: ✭ 209 (-3.24%)
Mutual labels:  custom
Frameless Titlebar
Customizable Electron Titlebar for frameless windows
Stars: ✭ 167 (-22.69%)
Mutual labels:  custom

KingCerCode

特效验证码界面

License MIT

简介

验证码、密码验证输入框。

use

版本要求

| KingCerCode Version : 0.1 |

| IOS版本             : iOS8+ |

下载

在你的podfile中添加KingCerCode

pod 'KingCerCode'

使用

    CGFloat ls = 50.0;
    CGFloat lp = 20.0;
    KingIdentifyingView *view = [[KingIdentifyingView alloc] initWithFrame:CGRectMake(0, 60, self.view.frame.size.width, 100)       cerCode:cerCode setting:@{value_labelSize: @(ls), value_labelSpace: @(lp)} isSecure:YES];
    [view makeRebackBlock:^(BOOL value) {
        if (value) {
            NSLog(@"验证成功 -> 执行成功操作");
            showLabel1.text = @"验证正确";
        } else {
            NSLog(@"验证失败 -> 执行失败操作");
            showLabel1.text = @"验证失败,请重新输入";
        }
    }];
    [self.view addSubview:view];

鸣谢

  • Apple
  • 王家伟 : 542413041
  • 简历 : 王家伟
  • 博客 : W

Thanks for their great work.  

协议

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