I'm using a component called AMPopTip, which is working well, but I want to make one change to it (to add some padding so that the pop-up doesn't touch the edge of the screen). I can see where in the code to make the change - in the setup function - but of course I don't want the changes to be overwritten when I update my pods.
I could create a subclass, but the change is right in the middle of a huge function so overriding that entire function doesn't seem like a great idea. Is there a better way?
Many thanks.