Brian

Results 16 issues of Brian

Hello, Can Pulley be used in tvOS applications? thanks.

When running on iPad, a partial view of my first table view cell is apparent when the drawer is fully collapsed. This does not appear on my iPhone 7. If...

This has a great appearance. I downloaded, then did a 'pod update' in the example directory. It stated it was going to compile for iOS 8 as default. I switched...

Hi, Thanks for the nice framework. A couple issues: I create a fresh single view project using the latest Xcode, compiled for iOS12. I then integrated into this project using:...

Hi, I am receiving some compilation errors with this file using new Swift 2.0. Is it possible you can update.. thanks, ![untitledp](https://cloud.githubusercontent.com/assets/8471833/8399187/2f1373e2-1dbd-11e5-94b8-513a61036b06.png)

Your directions usage states: // Load video from YouTube URL let myVideoURL = NSURL(string: "https://www.youtube.com/watch?v=wQg3bXrVLtg") videoPlayer.loadVideoURL(myVideoURL!) Though, I believe this should now be (for Xcode 9.3) / Swift 4: //...