iswiftapp / iswift

Objective-C to Swift Converter
30 stars 3 forks source link

Booleans are not converting if 0 or 1 #168

Closed benjaminhallock closed 7 years ago

benjaminhallock commented 8 years ago

I'm not sure if your compiler can assume what type of class is expected to be inputted for a function, but I had a lot of booleans that were 1 or 0. They didn't get converted to true or false.