savana10 / PixelClear

Developer tool for shipping pixel perfect apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PixelClear

PixelClear is a framework which allows you to see how near screen design developed is near to the one designer has provided. Its a pretty simple easy to use tool which is displayed in Simulator or in TestFlight version when called.

Installation

For Installing PixelClear, you need cocoapods

pod 'PixelClear'

Usage

For Displaying view in a controller you need to

Add this permission in your Info.plist file
Privacy - Photo Library Usage Description (this is required to display photo album of the Device)
import PixelClear



DisplayView.shared.display() // for displaying 

DisplayView.shared.hide() // for hiding

PixelClear in Action!

TimeZ - The World Clock has started using PixelClear to build it's pixel perfect UI

Demo Video

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4

Contributing to PixelClear

We love your input and want to make contributing to this project as easy and transparent as possible, whether it's:

  • Reporting a bug
  • Discussing the current state of the code
  • Submitting a fix
  • Proposing new features
  • Becoming a maintainer

We Use Github Flow, So All Code Changes Happen Through Pull Requests

Pull requests are the best way to propose changes to the codebase. We actively welcome your pull requests:

  1. Fork the repo and create your branch from master.
  2. If you've added code that should be tested, add tests.
  3. Ensure the test suite passes.
  4. Issue that pull request!

Any contributions you make will be under the MIT Software License

By contributing, you agree that your contributions will be licensed under its MIT License. When you submit code changes, your submissions are understood to be under the same MIT License that covers the project. Feel free to contact the maintainers if that's a concern.

Report bugs using Github's issues

We use GitHub issues to track bugs. Report a bug by opening a new issue it's that easy!

Opening a new issue

  • Search open issues and closed issues to avoid opening a duplicate issue! ๐Ÿ™ˆ
  • If your issue exists, please comment on its thread with your new information ๐Ÿ™‰
  • Otherwise, open a new issue with a good title and description ๐Ÿ“

Write bug reports with detail, background, and sample code

We love thorough bug reports.

Great Bug Reports tend to have:

  • A quick summary and/or background
  • Steps to reproduce
    • Be specific!
    • Share sample code if you can.
  • What you expected would happen
  • What actually happens
  • Library version(s)
  • iOS version(s)
  • Devices/Simulators affected
  • Screenshots/GIFs/Videos showing the issue, if applicable
  • Full crash log, if applicable
  • Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)

Contributors

Savana, Kalpesh

Icons

All icons used are from icons8

License

MIT license

About

Developer tool for shipping pixel perfect apps

License:Other


Languages

Language:Swift 92.4%Language:Ruby 4.6%Language:Objective-C 3.0%