Richard Yeh
Results
11
comments of
Richard Yeh
Looks like the answer is hidden away in the Mentions APIs page, which mentions `setChooserTopLevelView:attachmentBlock:`. The solution then is: ``` [_myMentionsCell.mentionsPlugin setChooserTopLevelView:self.view attachmentBlock:^(UIView *view) { MYCustomChooserView *chooserView = (MYCustomChooserView *)view;...