iswiftapp / iswift

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

Support for int32_t #148

Closed charlieMonroe closed 8 years ago

charlieMonroe commented 8 years ago

Example:

[item setIndex:(int32_t)index];

Leads to an error unknown type int32_t. The same applies to int8_t, int16_t, int64_t and their unsigned counterparts: uint32_t, etc.

charlieMonroe commented 8 years ago

BTW the correct Swift types for those are Int8, Int16, ..., UInt8, ...

drkameleon commented 8 years ago

Support added as of the upcoming 2.3.