ScreenSelector
ScreenSelector copied to clipboard
Provides screen selector UI for iOS.
ScreenSelector
Provides screen selector UI for iOS.

Feature
ScreenSelectorView
- IBDesignable supporting.
- IBInspectable supporting.
- Can use your custom preview view that is compatible with ScreenPreviewViewProtocol.
- Can show preview view's specular reflection.
ScreenSelectorViewController
- Wrapper class of
ScreenSelectorView. - Easy to use.
Usage
- Extend
ScreenSelectorViewControllerand setUIViewControllerinstance that conforms toScreenSelectorPreviewableprotocol topreviewableScreensproperty.
OR
- Add
ScreenSelectorViewinstance to any view and setdataSourceanddelegate. (You can use custom preview view class.)
(See Example for details.)
Requirements
- iOS8.0+
- Xcode7.3+
Installation
Carthage
Add this line to your Cartfile.
github "Tueno/ScreenSelector"