GithubHelp home page GithubHelp logo

d3view's Introduction

##简介 一句代码轻松实现IOS常用动画效果 如果只需要方便实现动画,只需要D3Venders类,这个类是扩展UIView类 另外一些类是常用ui控件的扩展,主要是应用在storyboard的方便。
此处输入图片的描述

##动画使用 比如要实现左右摇:view.shake() 如果摇完有回调:view.shake("finish") 其他动画效果参照代码
此处输入图片的描述

##其他扩展使用

  1. 在Indentity inspector视图继承D3_
    此处输入图片的描述
  2. 在Attributes inspector视图选择属性,如图是选择了isRound属性,则view变成圆形
    此处输入图片的描述
  3. 运行得到结果
    此处输入图片的描述
    旨在不写代码前提下,利用storyboard做更多的事情

##安装使用 ###使用CocoaPods (iOS 8+, OS X 10.9+)

platform :ios, '8.0'
use_frameworks!

pod 'D3View', '~> 1.0.0'

swift调用framework需要import D3View

###普通使用 拖动D3View目录到你的项目,只需要动画效果则只需拖动D3Venders.swift文件

d3view's People

Contributors

mozhenhau avatar

Watchers

James Cloos avatar  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.