yonat / MultiSelectSegmentedControl

UISegmentedControl remake that supports selecting multiple segments, vertical stacking, combining text and images.
MIT License
300 stars 60 forks source link

@import breaks obj c++ compatibility #21

Closed StainlessStlRat closed 5 years ago

StainlessStlRat commented 6 years ago

I'd been using a pretty old version of the lib through pod files, when I went to update, the project wouldn't compile because of the @import UIKit directive due to "use of @import when c++ modules are disabled"

Changing back to #import ... fixed it