All Projects → maxsokolov → Cribble

maxsokolov / Cribble

Licence: mit
Swifty tool for visual testing iPhone and iPad apps. Every pixel counts.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Cribble

RentLio
This is a vehicle reservation system. Which is made with JavaFX and also using hibernate and RMI.
Stars: ✭ 49 (-82.18%)
Mutual labels:  ux
ux-theming
Make UX theming in Mendix a lot easier
Stars: ✭ 22 (-92%)
Mutual labels:  ux
Flutter dough
This package provides some widgets you can use to create a smooshy UI.
Stars: ✭ 254 (-7.64%)
Mutual labels:  ux
Warp-Framework
Warp: A framework to create rich GUI Single-Window C++ applications using Direct2D API
Stars: ✭ 21 (-92.36%)
Mutual labels:  ux
blog AwesomeNavigationDrawer
https://medium.com/@anshsachdevaprofessional/navigation-drawer-with-a-twist-3dacb21f6b72
Stars: ✭ 29 (-89.45%)
Mutual labels:  ux
Edite
📸 Your new Photoshop
Stars: ✭ 17 (-93.82%)
Mutual labels:  ux
react-native-big-slider
🎚️ Yet another, big one, pure JS easily customisable and hackable react-native slider component
Stars: ✭ 86 (-68.73%)
Mutual labels:  ux
React Wait
Complex Loader Management Hook for React Applications
Stars: ✭ 268 (-2.55%)
Mutual labels:  ux
sketch-git-hooks
Easy trick how to enjoy Git versioning for Sketch files thanks to Git Hooks
Stars: ✭ 12 (-95.64%)
Mutual labels:  ux
Hover On Touch
A pure Javascript Plugin for an alternative hover function that works on mobile and desktop devices. It triggers a hover css class on »Taphold« and goes to a possible link on »Tap«. It works with all html elements.
Stars: ✭ 256 (-6.91%)
Mutual labels:  ux
simple slider
A Flutter widget for images sliding
Stars: ✭ 53 (-80.73%)
Mutual labels:  ux
malice-kibana-plugin
Malice Kibana Plugin
Stars: ✭ 21 (-92.36%)
Mutual labels:  ux
Smart-Inspector
Fluent re-take on Unity Inspector UX. Packed with QoL improvements.
Stars: ✭ 680 (+147.27%)
Mutual labels:  ux
wp-template-preview
WordPress custom template preview for any post type
Stars: ✭ 16 (-94.18%)
Mutual labels:  ux
Welcome Ui
Customizable design system of @wttj with react • styled-components • styled-system • reakit
Stars: ✭ 256 (-6.91%)
Mutual labels:  ux
Compact-Unity-Events
UnityEvents drawer with collapsing, reordering and compact UX
Stars: ✭ 41 (-85.09%)
Mutual labels:  ux
react-todo
A super accessible and easy to use todo list.
Stars: ✭ 13 (-95.27%)
Mutual labels:  ux
Hgraph
hGraph is an open source javascript library for visualizing health data.
Stars: ✭ 273 (-0.73%)
Mutual labels:  ux
First Born
Component library for React Native
Stars: ✭ 267 (-2.91%)
Mutual labels:  ux
orgenic-ui
ORGENIC UI is an MIT-licensed open source project for creating strong user interfaces with high quality web components.
Stars: ✭ 53 (-80.73%)
Mutual labels:  ux

Cribble

Swift 4.0 compatible Carthage compatible CocoaPods compatible Platform iOS License: MIT

Cribble - a tool for visual testing iPhone and iPad apps. Every pixel counts.

Cribble

Getting Started

An example app is included demonstrating Cribble's functionality.

Usage

Simply add the following lines into your app delegate:

import Cribble

override func motionBegan(_ motion: UIEventSubtype, with event: UIEvent?) {
	guard motion == .motionShake else { return }

	Cribble.shared.hidden = !Cribble.shared.hidden
}

Shake a device and explore ui's roughness.

Custom options

You may want to use your own parameters for the grid. In that case simply use CribbleOptions:

let options = CribbleOptions(horizontalStep: 10, verticalStep: 10, opacity: 0.7, color: UIColor.red)
        
Cribble.shared.options = options

Installation

CocoaPods

To integrate Cribble into your Xcode project using CocoaPods, specify it in your Podfile:

pod 'Cribble'

Carthage

Add the line github "maxsokolov/cribble" to your Cartfile.

Manual

Clone the repo and drag files from Sources folder into your Xcode project.

Requirements

  • iOS 8.0
  • Xcode 8.0

Original idea

This project has been driven by product designer Oleg Frolov. Check out his amazing Dribble.

License

Cribble is available 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].