仿微信支付条形码动画 WeiXinBarCodeImitate

码农软件 · 软件分类 · 动画(Animation) · 2019-07-04 22:56:50

软件介绍

WeiXinBarCodeImitate 是仿微信支付条形码的切换动画,包含条形码的生成、截图、旋转动画。

使用示例:

CodeBarView * codeBarView = [[CodeBarView alloc]initWithFrame:CGRectMake(0, 100,mainScreenWidth, 150)];
self.codeBarView.codeString = @"123321123454213344";
[self.view addSubview:titleLabel];

本文地址:https://www.codercto.com/soft/d/9432.html

Computing Patterns in Strings

Computing Patterns in Strings

Bill Smyth / Addison Wesley / 2003 / $ 75.00

The computation of patterns in strings is a fundamental requirement in many areas of science and information processing. The operation of a text editor, the lexical analysis of a computer program, the......一起来看看 《Computing Patterns in Strings》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

MD5 加密
MD5 加密

MD5 加密工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换