Closed rnystrom closed 7 years ago
This makes interop w/ Swift tricky. Let's audit and swap all NSUInteger to NSInteger in the public headers.
NSUInteger
NSInteger
e.g. https://github.com/Instagram/IGListKit/blob/master/Source/IGListAdapter.h#L160
fixed in e2fbb6867056cbaab07acd076a995ad95c5b1dbc
This makes interop w/ Swift tricky. Let's audit and swap all
NSUInteger
toNSInteger
in the public headers.e.g. https://github.com/Instagram/IGListKit/blob/master/Source/IGListAdapter.h#L160