Vitaly Samoylik

Results 18 comments of Vitaly Samoylik

I can reproduce it too. I display PopTip from small subview of UITableViewCell and parts of cell that are under PopTip are touchable.

Looks like you're right. This line isn't necessary, because self.mj_popupViewController is set to nil after animation finished. And removing of this line solves the problem.

1) Use this fork: https://github.com/pcantrell/Nocilla/tree/null-annotations 2) I had to explicit cast String to NSString in some places 3) PROFIT!

@Jules2010 Thank you for your request. If you have any improvements (even unfinished), please create pull request. It will be really helpful

@Jules2010 I definitely need more information from you. I talked to guy who does automation for our project and he is able to access controls inside `WYPopoverController` using automation, so...

Is your problem the same as #22? If yes, I'll try to address it tomorrow. If no, could you provide more detailed steps/some code to reproduce it? Thanks!

Thank you, I'll take a look. BTW, it will be really helpful if you share test project that reproduces this problem.

@kampfgnu You have to set preferred content size for the content view controller before displaying it as modal popover. Add `contentViewController.preferredContentSize = CGSizeMake(200, 200)` after `contentViewController` creation and your issue...