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 :
Comments
Post a Comment