-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Hi, I get a crash as soon as I tap the tool tip:
tooltip`top_level_code at AppDelegate.swift:
0x101500540: pushq %rbp
0x101500541: movq %rsp, %rbp
0x101500544: subq $0x20, %rsp
0x101500548: callq 0x10150ac32 ; symbol stub for: Swift.C_ARGC.mutableAddressor : Swift.Int32
0x10150054d: movl (%rax), %edi
0x10150054f: movl %edi, -0x4(%rbp)
0x101500552: callq 0x10150ac38 ; symbol stub for: Swift.C_ARGV.mutableAddressor : Swift.UnsafeMutablePointer<Swift.UnsafeMutablePointer<Swift.Int8>>
0x101500557: movq (%rax), %rax
0x10150055a: movq %rax, -0x10(%rbp)
0x10150055e: callq 0x101500330 ; type metadata accessor for tooltip.AppDelegate
0x101500563: movq %rax, %rdi
0x101500566: callq 0x10150ac0e ; symbol stub for: NSStringFromClass
0x10150056b: movabsq $0x0, %rdx
0x101500575: movq -0x10(%rbp), %rdi
0x101500579: movl -0x4(%rbp), %ecx
0x10150057c: movq %rdi, -0x18(%rbp)
0x101500580: movl %ecx, %edi
0x101500582: movq -0x18(%rbp), %rsi
0x101500586: movq %rax, %rcx
0x101500589: callq 0x10150ab48 ; symbol stub for: UIApplicationMain
0x10150058e: movl %eax, -0x1c(%rbp)
0x101500591: addq $0x20, %rsp
0x101500595: popq %rbp
0x101500596: retq
The code I'm using (in a blank project with only this pod installed) is
let toolTipMgr = JDFSequentialTooltipManager(hostView: self.view)
toolTipMgr.addTooltipWithTargetView(button, hostView: self.view, tooltipText: "tip", arrowDirection: JDFTooltipViewArrowDirection.Up, width: 180.0)
toolTipMgr.showNextTooltip()Metadata
Metadata
Assignees
Labels
No labels