Coder Social home page Coder Social logo

ruanjunhao / bhbmagicfield Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bb-coder/bhbmagicfield

0.0 1.0 0.0 74 KB

placeholder字符串上移动画交互,继承iOS UITextField实现 ,低侵入,与原生使用方法一致。

Objective-C 100.00%

bhbmagicfield's Introduction

License MIT CocoaPods CocoaPods Support

BHBMagicField

placeholder字符串上移动画交互,继承iOS UITextField实现 ,低侵入,与原生使用方法一致。

效果图

##使用方法:

###1.缩放

设置动画目标字体可以实现缩放效果,比如textfield你用系统默认的字体,只要将下面这个属性设置成11号字即可实现效果图中的缩放效果。(bF0为BHBMagicField实例,后面不再赘述)

bF0.animationFont = [UIFont systemFontOfSize:11];

###2.变色

设置动画最终的颜色。

bF1.animationColor = [UIColor redColor];

###3.控制移动距离

设置文字动画与初始位置的位移。

bF2.moveDistance = 100;

###4.关闭动画

关闭动画效果与默认的textfield相同。

bF3.placeholdAnimationable = NO;

希望大家玩的开心,good luck!

bhbmagicfield's People

Contributors

bb-coder avatar

Watchers

ruanjh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.