I am currently experiencing a problem in Xcode 8, where throughout my project, when I try to add IBAction to a button, the action is disabled (open circle) in the code.
This problem occurs in only one project; I tested other projects, and actions were added correctly (vicious circle).
It would be very helpful to accept any help in solving this problem.
For Xcode 8, please check your action method as
@IBAction func PrintAgain(_ sender: UIButton) { }
add _ before the sender because if you remove _ from a function, xcode adds WithSender automatic for the function name
Source: https://habr.com/ru/post/1651383/More articles:C # Change AD Directoryservices Password - c #IOS How to enable and disable rotation on each UIViewController? - iosJavascript: always show Chrome address bar - javascripthttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1651381/spring-430release-hibernate-520final-jpa-repository&usg=ALkJrhi69Q15ERz-FUf9eoWBCcg5IToy-AThe user interface for selecting a date is randomly broken - androidDetecting Inno Setup WizardForm Caption Font, Font Size and Font Color, and Centering the WizardForm Header - inno-setuphow to switch to C ++ code while debugging python using DDD (or gdb) - c ++How to make GTM tags wait for jQuery to load? - javascriptHow to use run ffmpeg command in ios - iosRefinement of Android property clipToPadding - androidAll Articles