Hi, new to Swift and iOS development. On page 31, XCode 8.1 (8B62) doesn’t seem to recognize that showAlert() should be a option under “Sent Events” in the menu that comes up after right-dragging the “Hit Me” button to ViewController. I’ve already added the showAlert() function mentioned on page 29.
I’ve found the issue. You don’t seem to be able to CRTL+drag from the UIButton itself, but must first right-click to show the dark menu. Afterwards, you can drag from the circle to the right of “Touch Drag Inside” under “Sent Events” to the ViewController.swift.
Is there a method to suggest this addenunum to this otherwise awesome tutorial series? Using XCode 8.1 (8B62), which might just have some quirks.