I have a UIbutton created in code in an NSObject class which controls a game in a UIViewController class. The button works fine throughout most of the game, but at a certain
Swift 3 Xcode 8:
AllowUserAction is now deprecated to allowUserAction.... go figure
func nextButtonWink() { UIView.animateWithDuration(1.5, delay: 0, options: [.allowUserInteraction, animations: {