All Projects → Tueno → ScreenSelector

Tueno / ScreenSelector

Licence: MIT license
Provides screen selector UI for iOS.

Programming Languages

swift
15916 projects
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to ScreenSelector

Telegram Rat
Windows Remote Administration Tool via Telegram. Written in Python
Stars: ✭ 201 (+548.39%)
Mutual labels:  screen
ws-qvh
Server for streaming the screen of iOS devices over WebSocket.
Stars: ✭ 17 (-45.16%)
Mutual labels:  screen
choco-screen-resolution
Sets the screen resolution on Windows virtual machines (VMs)
Stars: ✭ 24 (-22.58%)
Mutual labels:  screen
Flutter screenutil
Flutter screen adaptation, font adaptation, get screen information
Stars: ✭ 2,843 (+9070.97%)
Mutual labels:  screen
lantern
[Android Library] Handling device flash as torch for Android.
Stars: ✭ 81 (+161.29%)
Mutual labels:  screen
tmux-conf
📝 TMUX Configuration for nerds with tpm
Stars: ✭ 31 (+0%)
Mutual labels:  screen
Nocturnal
A Dimness and Night Shift menu bar app for macOS 🌙
Stars: ✭ 199 (+541.94%)
Mutual labels:  screen
muxed
Another TMUX project manager
Stars: ✭ 58 (+87.1%)
Mutual labels:  screen
RS232-Monitor-Database
🔌📺 This is a public database for all the known RS232 commands for professionnal screens, monitors and projectors. Feel free to contribute !
Stars: ✭ 22 (-29.03%)
Mutual labels:  screen
libgdx-screenmanager
A screen manager for libgdx supporting transitions
Stars: ✭ 69 (+122.58%)
Mutual labels:  screen
Multistreamsmixer
MultiStreamsMixer is a JavaScript library that allows you pass multiple streams (e.g. screen+camera or multiple-cameras) and get single stream.
Stars: ✭ 246 (+693.55%)
Mutual labels:  screen
BetterDummy
Unlock your displays on your Mac! Smooth scaling, HiDPI unlock, XDR/HDR extra brightness upscale, DDC, brightness and dimming, dummy displays, PIP and lots more!
Stars: ✭ 9,601 (+30870.97%)
Mutual labels:  screen
SwitchDecor
An app to help you to add frame to your favorite screenshots from Nintendo Switch.
Stars: ✭ 40 (+29.03%)
Mutual labels:  screen
.tmux
🇫🇷 Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ❤️
Stars: ✭ 15,594 (+50203.23%)
Mutual labels:  screen
audio-share-discord-linux
Discord screenshare, now with audio!
Stars: ✭ 44 (+41.94%)
Mutual labels:  screen
H5editor
仿易企秀类h5页面编辑工具(不再维护)
Stars: ✭ 200 (+545.16%)
Mutual labels:  screen
Ocean-blue-GDM3
Ocean Blue GDM3 theme for ubuntu
Stars: ✭ 27 (-12.9%)
Mutual labels:  screen
AutoScreenshot
Automatic screenshot maker for Windows
Stars: ✭ 49 (+58.06%)
Mutual labels:  screen
AdaptationKit
📱 screen auto adaptation solution.
Stars: ✭ 23 (-25.81%)
Mutual labels:  screen
Android-Touch-Helper
开屏跳过-安卓系统的开屏广告自动跳过助手
Stars: ✭ 488 (+1474.19%)
Mutual labels:  screen

ScreenSelector

Provides screen selector UI for iOS.

preview

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 ScreenSelectorViewController and set UIViewController instance that conforms to ScreenSelectorPreviewable protocol to previewableScreens property.

OR

  • Add ScreenSelectorView instance to any view and set dataSource and delegate. (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"
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].