manavgabhawala / CocoaMultipeer

This repository is a peer to peer framework for OS X, iOS and watchOS 2 that presents a similar interface to the MultipeerConnectivity framework (which is iOS only) that lets you connect any 2 devices from any platform. This framework works with peer to peer networks like bluetooth and ad hoc wifi networks when available it also falls back onto using a wifi router when necessary. It is built on top of CFNetwork and NSNetService
Apache License 2.0
94 stars 11 forks source link

Unable to run Demo on iOS 8.x #4

Open pkclsoft opened 9 years ago

pkclsoft commented 9 years ago

This is related to the issue #2 that you closed already. It turns out that the problem was not iPad specific; rather it is a problem with the subclassing of UITableViewController. See the link below for a description of the problem. I don't know how to fix it.

http://petersteinberger.com/blog/2015/uitableviewcontroller-designated-initializer-woes/