All Projects → Roshanzs → ZSFakeTouch

Roshanzs / ZSFakeTouch

Licence: other
Simulate touch events for iOS 模拟点击

Programming Languages

objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to ZSFakeTouch

Inputsystem
An efficient and versatile input system for Unity.
Stars: ✭ 1,013 (+874.04%)
Mutual labels:  events, touch
docker eventer
A Docker container to notify about Docker events written in Python
Stars: ✭ 14 (-86.54%)
Mutual labels:  events
Event Driven Spring Boot
Example Application to demo various flavours of handling domain events in Spring Boot
Stars: ✭ 194 (+86.54%)
Mutual labels:  events
Vue Events
Simple event handling for Vue.js
Stars: ✭ 234 (+125%)
Mutual labels:  events
Luv
Cross-platform asynchronous I/O and system calls
Stars: ✭ 203 (+95.19%)
Mutual labels:  events
Php Sse
A simple and efficient library implemented HTML5's server-sent events by PHP, is used to real-time push events from server to client, and easier than Websocket, instead of AJAX request.
Stars: ✭ 237 (+127.88%)
Mutual labels:  events
Open Source Meetup Alternatives
Open-Source Alternatives to Meetup
Stars: ✭ 191 (+83.65%)
Mutual labels:  events
Tech-Conferences
Overview of upcoming and past tech conferences
Stars: ✭ 42 (-59.62%)
Mutual labels:  events
micro-typed-events
The smallest, most convenient typesafe TS event emitter you'll ever need
Stars: ✭ 39 (-62.5%)
Mutual labels:  events
React Native Add Calendar Event
Create, view or edit events in react native using the standard iOS / Android dialogs
Stars: ✭ 225 (+116.35%)
Mutual labels:  events
Mulog
μ/log is a micro-logging library that logs events and data, not words!
Stars: ✭ 222 (+113.46%)
Mutual labels:  events
Bliss
Blissful JavaScript
Stars: ✭ 2,352 (+2161.54%)
Mutual labels:  events
Watermill
Building event-driven applications the easy way in Go.
Stars: ✭ 3,504 (+3269.23%)
Mutual labels:  events
Pevents
Implementation of Win32 events for *nix platforms, built on top of pthreads.
Stars: ✭ 200 (+92.31%)
Mutual labels:  events
penn-clubs
Official React-based website for Penn Labs' club directory and events listings.
Stars: ✭ 41 (-60.58%)
Mutual labels:  events
Library
This is a project of a library, driven by real business requirements. We use techniques strongly connected with Domain Driven Design, Behavior-Driven Development, Event Storming, User Story Mapping.
Stars: ✭ 2,685 (+2481.73%)
Mutual labels:  events
Php Mysql Replication
Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
Stars: ✭ 213 (+104.81%)
Mutual labels:  events
Cphalcon7
Dao7 - Web framework for PHP7.x,项目接洽 QQ 176013762
Stars: ✭ 237 (+127.88%)
Mutual labels:  events
chronosjs
JS Channels (Events / Commands / Reqest-Response / Courier) Mechanism
Stars: ✭ 35 (-66.35%)
Mutual labels:  events
laravel-attribute-observer
Observe (and react to) attribute changes made on Eloquent models.
Stars: ✭ 59 (-43.27%)
Mutual labels:  events

ZSFakeTouch

Simulate touch events for iOS 模拟点击

代码导入

  • 一 , 导入ZSFakeTouch文件夹到你的项目中 (文件夹在 Demo 中可以找到)
  • 二 , 在你需要使用的 viewController 中,#import "ZSFakeTouch.h";
  • 三 , 在需要点击的位置敲入代码即可
开始点击
    [ZSFakeTouch beginTouchWithPoint:CGPointMake(300,40)];
结束点击
    [ZSFakeTouch endTouchWithPoint:CGPointMake(300,40)];
移动
    [ZSFakeTouch moveTouchWithPoint:CGPointMake(300,40)];

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