Brian

Results 28 comments of Brian

I will try a manual import and report back later.

I invited you to a first cut of tvOS supported Pulley. I created a single view tvOS project. Then, installed the Pulley files. Created a separate target for the Pulley...

ok, will do. I commented out the three occurrences of import Pulley, and a new set of tvOS errors results which I need to navigate.

Some progress in latest. Unfortunately two fairly important methods appear unavailable for override in tvOS.

I used below to remove code from tvOS compile. ```code #if os(iOS) override open var childForStatusBarStyle: UIViewController? { get { if drawerPosition == .open { return drawerContentViewController } return primaryContentViewController...

ok, it now compiles / runs - pops a blank screen using the default tvOS storyboard. Next will attempt to swap in Pulley Storyboard

swap in results in error message regarding incompatible iOS storyboard. Will need to generate a Storyboard within project which mimics the original. will attempt this now.

I was able to bring up the primary view. Though, lacking assistance from your proxy collaborator, my efforts seem at a standstill. It appears it's possible to port to tvOS,...