Skip to content
This repository has been archived by the owner on Mar 31, 2019. It is now read-only.

Latest commit

 

History

History
43 lines (25 loc) · 1.44 KB

README.md

File metadata and controls

43 lines (25 loc) · 1.44 KB

NOTE: THIS PROJECT IS NO LONGER ACTIVELY MAINTAINED

ScreenLayout.framework

  • Connects multiple iOS device screens by 'Pinch' gesture
  • Built on top of MultipeerConnectivity, no other dependencies
  • Communicates via Bluetooth, no Wi-Fi required

Video

Pinch interface connects the displays of multiple devices simultaneously #DigInfo

Press

Paper

Requirements

  • Xcode 8.0+
  • iOS 8.1+

Installation

Carthage

To integrate ScreenLayout into your Xcode project using Carthage, specify it in your Cartfile:

github "junpluse/ScreenLayout"

Manually

You can also manually install the framework by dragging and dropping the ScreenLayout.xcodeproj into your project or workspace.

License

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