AhmetSelman

Results 1 comments of AhmetSelman

You are using navigationContorller. So you have to add tooltip on navigationcontorller's view. Like something; ``` JDFTooltipView *tooltip = [[JDFTooltipView alloc] initWithTargetView:someView hostView:self.navigationController.view.window tooltipText:@"Some text here." arrowDirection:JDFTooltipViewArrowDirectionUp width:260.0f]; [tooltip show];...