ZMJTipView icon indicating copy to clipboard operation
ZMJTipView copied to clipboard

Fully customisable tooltip view in Objective-C for iOS.

Results 3 ZMJTipView issues
Sort by recently updated
recently updated
newest added

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.

help wanted

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...

issue