You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Using the iOS Multipeer Connectivity Framework to Create Open Source Selfie Stick
2
3
In this gist, I will discuss how I used the [Multipeer Connectivity](https://developer.apple.com/library/ios/documentation/MultipeerConnectivity/Reference/MultipeerConnectivityFramework/) framework to create [Open Source Selfie Stick](https://github.com/RF-Nelson/open-source-selfie-stick). Open Source Selfie Stick is a free open-source [iOS app](https://itunes.apple.com/app/id1084487132) that allows users to sync two devices over WiFi or Bluetooth and allows one to act as a remote control for the other's camera.
4
5
This tutorial assumes some knowledge of the Swift programming language and iOS development with Xcode.