Olivier Rousseau
Results
2
comments of
Olivier Rousseau
Maybe it is not the best way to change the arrow size but you can use a custom arrow by implementing your own SMCalloutBackgroundView. ``` @interface CustomCalloutBackgroundView : SMCalloutBackgroundView ```...
You can redefine your own SMCalloutBackgroundView class. ``` @interface CustomCalloutBackgroundView : SMCalloutBackgroundView ``` And simply set the background or anything you need to custom in the init. You might need...