Olivier Halligon

Results 355 comments of Olivier Halligon

Hi @dixiedream When I refactored `OHAlertView` to make it support both `UIAlertView` and `UIAlertController`, I decided not to reimplement the timeout feature because I thought it was not worth it...

Thanks for the crash report. I didn't manage to reproduce it even on Xcode6-Beta 1 on iOS8 Simulator. But I released a version `2.0.0` of `OHActionSheet` anyway, with the new...

Thx @zcharter for your feedback. Won't be investigating this on `OHActionSheet` until Apple's own bug on `UIActionSheet` is fixed then.

Thanks for the feedback. But actually when I ran the tests myself, the crash occurred **both** when using my `OHActionSheet` and Apple's own `UIActionSheet` in the same conditions. @zcharter 's...

Wow WTF does CFCalendar would have to do with this?! I'll definitely have to check this. Thanks for the feedback guys. I hope I'll have time to investigate this issue...

Just to let you know that I didn't forget about you guys but I'm sorry to tell that I won't have a minute until sunday to get started on this....

Hi guys, Would it be ok for you if I transform the `OHActionSheet` from a subclass of `UIActionSheet` to a subclass of `NSObject`, that will still have the same API...

It seems strange that when the `lineBreakMode` is one of the `*Truncate*` ones, you actually change it to `WordWrap` in the inner AttributedString, and not `*Truncate*`. - Maybe indeed `layoutManager`...

Hi This is a new warning introduced in Xcode 9.2 To get rid of it we'll have to bump `OHAlertView`'s [deployment target from 5.0 to at least 6.0 in the...

I think that's totally feasible. I don't do any macOS development, but I'd gladly accept a PR if you want to add support to it (I'm guessing that the macOS...