Open nirb1991 opened 3 years ago
@nirb1991 you can add your fully custom view which will include the button. See examples here - https://github.com/teodorpatras/EasyTipView/blob/master/Example/EasyTipView/ViewController.swift
@nikletsopen I can't handle action of button inside custion view, do you have any solution
@minhtien1403 you can create your own UIView subclass, and handle button tap there. Then just add this view as a custom view to the tooltip view.
I'm looking for a correct way to add a button to the tooltip view, could you please assist?