码迷,mamicode.com
首页 >  
搜索关键字:gesture    ( 117个结果
[翻译] DoImagePickerController
DoImagePickerControllerAn image picker controller with single selection and multiple selection. Support to select lots photos with panning gesture.这是一...
分类:其他好文   时间:2014-08-21 20:51:44    阅读次数:232
iOS开发之手势gesture详解(二)
与其他用户界面控件交互UIControl子类会覆盖parentView的gesture.例如当用户点击UIButton时,UIButton会接受触摸事件,它的parentView不会接收到.这仅适用于手势识别重叠的默认动作的控制,其中包括:一根手指单击动作:UIButton, UISwitch, U...
分类:移动开发   时间:2014-08-12 16:08:54    阅读次数:334
iOS开发之手势gesture详解(一)
前言 在iOS中,你可以使用系统内置的手势识别(GestureRecognizer),也可以创建自己的手势.GestureRecognizer将低级别的转换为高级别的执行行为,是你绑定到view的对象,当发生手势,绑定到的view对象会响应,它确定这个动作是否对应一个特定的手势(swipe,p...
分类:移动开发   时间:2014-08-12 16:07:54    阅读次数:328
android 上下左右手势判断 根据别人的改的
GestureUtils.javapackage com.gesture;import android.content.Context;import android.util.DisplayMetrics;import android.view.WindowManager;public class ...
分类:移动开发   时间:2014-07-29 16:50:32    阅读次数:256
android关于图片缩放
网上有许多关于图片缩放的demo,本人都感觉不怎么好用,最近在github看到了 一个简单的支持多指缩放图片的Android View类 gesture-imageview(地址:https://github.com/jasonpolites/gesture-imageview),感觉还挺好用的,现...
分类:移动开发   时间:2014-07-08 23:03:02    阅读次数:313
[翻译] TGLStackedViewController
TGLStackedViewControllerA stack layout with gesture-based reordering using UICollectionView -- inspired by Passbook and Reminders apps.这是一种使用了UICollec...
分类:其他好文   时间:2014-06-22 10:47:19    阅读次数:290
Getting Started with UIKit Dynamics--WWDC 2013 session 206
核心概念(Core concepts)在iOS上面常见的动画以及交互包括以下几种:? Core Animation? UIView animations? Motion effects? Gesture driven interactions? CADisplayLink那么UIKit Dynami...
分类:其他好文   时间:2014-05-26 07:11:39    阅读次数:313
117条   上一页 1 ... 10 11 12
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!