ios - Missing rac_signalForControlEvents in RAC5 -


now update reactivecocoa 5(version 4.2.2) swift3. there has not api rac_signalforcontrolevents(.touchupinside) uibutton,which use in previous version

is there know? how resolve that?

some part of obj-c api have been divided in framework : reactiveobjc.

i needed install framework access these methods.

solution :

as stated in readme (objective-c , swift section), objective-c api splitted out reactiveobjc framework. need add https://github.com/reactivecocoa/reactiveobjc submodule, link framework, import reactiveobjc.

please see following discussion on issue :

https://github.com/reactivecocoa/reactivecocoa/issues/3197


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -