StreetVoice / HysteriaPlayer

Objective-C audio player, sitting on top of AVPlayer
Other
583 stars 99 forks source link

Make NSUInteger to NSInteger #89

Closed saiday closed 9 years ago

saiday commented 9 years ago

Since there is no implicitly cast in Swift.

When using HysteriaPlayer in Swift, doing UInt(something) over and over again is frustrating.