rFlex / SCWaveformView

A blazing fast customizable waveform view
Apache License 2.0
457 stars 59 forks source link

Swift rewrite #22

Open edolecki opened 8 years ago

edolecki commented 8 years ago

I know Swift is in flux, but a Swift version (start with 2.0) would be nice. Bridging headers are always an option, but how about Swift? ;)

Arpit723 commented 6 years ago

Hii, I have created one swift project, and added objective c files of SCWaveFormView. (Using bridging header). My objc files are executed, but I can see waveform. How do I fix that ?

Arpit723 commented 6 years ago

It is working with Swift, using bridging header, I have a diffeent problem. I changed the value of lineWidthRatio and it's working. Thanks