All Projects → zzyspace → Zydraggableview

zzyspace / Zydraggableview

Licence: mit
An UIView category which make view become draggable.

Labels

Projects that are alternatives of or similar to Zydraggableview

el-table-draggable
让element-ui的table可拖动排序,支持 行,列,跨表格等特性
Stars: ✭ 68 (-73.33%)
Mutual labels:  draggable
twtree
a highly customizable tree component for vue 2
Stars: ✭ 27 (-89.41%)
Mutual labels:  draggable
vue-smart-widget
🗃️Smart widget is a flexible and extensible content container component for Vue2.x / Vue3.x in Next branch.
Stars: ✭ 110 (-56.86%)
Mutual labels:  draggable
vue-component-creater-ui
拖拽式Vue组件代码生成编辑器(VCC)
Stars: ✭ 383 (+50.2%)
Mutual labels:  draggable
plain-modal
The simple library for customizable modal window.
Stars: ✭ 21 (-91.76%)
Mutual labels:  draggable
vue-sortable-tree
vue tree draggable, drag item sort
Stars: ✭ 87 (-65.88%)
Mutual labels:  draggable
manifest-design
vue开发的商品标签设计插件 && 系统,功能包含:设计,预览,打印
Stars: ✭ 133 (-47.84%)
Mutual labels:  draggable
DraggablePanel
Android library used to create an awesome Android UI based on a draggable element similar to the last YouTube New graphic component.
Stars: ✭ 94 (-63.14%)
Mutual labels:  draggable
react-picky-date-time
A react component for date time picker. Online demo examples
Stars: ✭ 41 (-83.92%)
Mutual labels:  draggable
vite-vue3-lowcode
vue3.x + vite2.x + vant + element-plus H5移动端低代码平台 lowcode 可视化拖拽 可视化编辑器 visual editor 类似易企秀的H5制作、建站工具、可视化搭建工具
Stars: ✭ 1,309 (+413.33%)
Mutual labels:  draggable
dflex
The sophisticated Drag and Drop library you've been waiting for 🥳
Stars: ✭ 806 (+216.08%)
Mutual labels:  draggable
react-web-editor
The react-web-editor is a WYSIWYG editor library. you can resize and drag your component. It also has simple rich text editor
Stars: ✭ 191 (-25.1%)
Mutual labels:  draggable
html5-draggable
html5页面可视化构建工具
Stars: ✭ 26 (-89.8%)
Mutual labels:  draggable
vue-dnd-zone
vue.js plugin for drag and drop functionality
Stars: ✭ 144 (-43.53%)
Mutual labels:  draggable
TNImageView-Android
Android Library for making scale-able and rotatable image views or giving this power to your own image view. This repo has been depreciated.
Stars: ✭ 18 (-92.94%)
Mutual labels:  draggable
v-drag
The simplest way to integrate dragging on Vue.js
Stars: ✭ 71 (-72.16%)
Mutual labels:  draggable
he-tree-vue
A draggable sortable vue tree component, with dragging placeholder, types definition.
Stars: ✭ 123 (-51.76%)
Mutual labels:  draggable
jsPanel3
A jQuery Plugin to create highly configurable floating panels, modals, tooltips, hints/notifiers or contextmenus for use in a backend solution and other web applications.
Stars: ✭ 89 (-65.1%)
Mutual labels:  draggable
react-native-reseau
[WIP] An ios-like grid view based on react-native.
Stars: ✭ 13 (-94.9%)
Mutual labels:  draggable
vue-drag-resize-rotate
一个Vue组件,支持拖拽,拉伸,旋转,放缩,自动对齐;A Vue component that supports dragging, stretching, rotating, scaling, and auto-alignment;
Stars: ✭ 42 (-83.53%)
Mutual labels:  draggable

ZYDraggableView

Feature

  • [x] Make view become draggable which inherited from UIView.
  • [x] Integrate draggable view just one line of code.

Usage

[view makeDraggable];

Requirements

  • iOS 7.0+
  • Xcode 5.0+

Installation

Add manually:

  • Drag ZYDraggableView folder to your project.
  • Import header file: #import "ZYDraggableView.h"

FAQ

  1. Sometimes draggable view was blocked by other views.

This is depend on draggable view's hierarchical on superview. You can call -bringSubviewToFront: to make draggable view above sibling views.

License

ZYDraggableView is released under the MIT license. See LICENSE for details.

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