Closed hunterbridges closed 9 years ago
I tried to use this lib in swift and these methods caused a naming conflict with the class name when imported via a bridged header. Lowercasing the first letter in delegate method names is more conventional and fixes the bug
thank you. #14
I tried to use this lib in swift and these methods caused a naming conflict with the class name when imported via a bridged header. Lowercasing the first letter in delegate method names is more conventional and fixes the bug