NOTE: THIS PROJECT IS NO LONGER ACTIVELY MAINTAINED
- Connects multiple iOS device screens by 'Pinch' gesture
- Built on top of MultipeerConnectivity, no other dependencies
- Communicates via Bluetooth, no Wi-Fi required
- Xcode 8.0+
- iOS 8.1+
To integrate ScreenLayout
into your Xcode project using Carthage, specify it in your Cartfile
:
github "junpluse/ScreenLayout"
You can also manually install the framework by dragging and dropping the ScreenLayout.xcodeproj
into your project or workspace.
ScreenLayout is released under the MIT license. See LICENSE for details.