TimOliver / TOSegmentedControl

A segmented control in the style of iOS 13 compatible with previous versions of iOS.
MIT License
196 stars 24 forks source link

Support SPM Properly #3

Closed TimOliver closed 4 years ago

TimOliver commented 5 years ago

I added a Package.swift manifest in order to try and get SPM support, however there seems to be some issues with how Objective-C headers work in it.

Screen Shot 2019-09-16 at 12 36 57 pm

I have no idea how to fix this (Considering I'm not sure if there's a way to set up a custom module map or bridging header for SPM packages), so any help would be really appreciated.

I also made a Stack Overflow question asking about this.