Olivier Halligon

Results 356 comments of Olivier Halligon

How are you integrating Reusable into your project? CocoaPods? Carthage? Check that `Reusable.framework` is linked to your test target – typically that error means that your test target isn't linked...

FYI the CI failure is due to the following linter errors: ``` … Linting 'MyCustomWidget.swift' (25/25) /Users/distiller/project/Example/ReusableDemo iOS/TableViewController.swift:19: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace. (trailing_whitespace) /Users/distiller/project/Example/ReusableDemo...

@apptekstudios I took the liberty to push a commit on your fork to show my idea of mutualising the code. (Also added missing documentation on the new method) There are...

I've just pushed a commit to show you the idea of the alternative solution. I hope you like it 😉 I'll let you take over to complete the PR: *...

Ah, bummer. (I now remember why I'm personally not a fan of doing the auto registering dance in my own projects but prefer explicit registration 😅) Ok maybe we could...

@Alex293 but doesn't it throw an ObjC `NSException` in those cases? Which can't be caught from Swift (*) and are different from Swift's thrown `Error`s? --- (*) well, unless if...

@apptekstudios What do you think about the alternate solution of catching the ObjC exception mentioned above (instead of going the whole way of using associated objects)? Something like: ```objc //...

All right then. Could you just address the nitpickings I made in my latest review? I'll look into merging that next.

Side note: I'm a bit confused as the `.gemspec` in this repo mentions a version `0.1.0`, but on RubyGems the latest published version is `0.1.1`. Did you forget to commit...

That's actually probably what we want. For example imagine an screenshot taken from a retina iPhone (Power+Home), saved in the Camera Roll, then transferred via email or whatnot to a...