Yannick Loriot

Results 91 comments of Yannick Loriot

@email4nickp when you tell you call the `layoutsubviews` you mean the `setNeedsLayout()` method? It works fine with the example project. Can you send me an example?

Where do you want a drop shadow? Under the lines or the background?

Ok, I'll add it in a future version. 👍

Hi @kishorehvk, If you try to present a view controller while another one is already displayed it'll not work. You need first to dismiss the current presented view controller then...

You have a VC1 that opens the `QRCodeReaderViewController` (VC2) with its camera? And when you try to dismiss the VC2 your VC2 is always here? If you follow the example...

Hi, How did you create the `FlowingMenuTransitionManager` object? Via Interface Builder or programmatically? If this is the first proposition be sure you've set the type of the custom object properly:

What kind of error have you got? Yes why not, but I'll not have time before the end of January. Have you check the example code?

@chintanTBI sorry I don't understand your problem. I've just updated the example project with an UITableViewCell integration and it works fine.

Do you really need a cancel block? The `completionBlock` provides the same purpose.