ZMJTipView
ZMJTipView copied to clipboard
Fully customisable tooltip view in Objective-C for iOS.
Adding SPM support would be much appreciated
Is there any way to dismiss all current TipViews programmatically? I want to dismiss all other TipViews before displaying a new one. Thanks.
TipView's layout gets interrupted for one of three tips shown on a screen. My code looks like this: `ZMJPreferences *preferences = [ZMJPreferences new];` `preferences.drawing.font = [_utils getThemeFontOfSize:17 andBold:NO orMedium:YES];` `preferences.drawing.foregroundColor...