I have a statusArray and to show the UILabel texts
based on the Bool value
say , 1 show someString then 0 show some other string
how should I do that use rac as ReactiveCocoa ?
I have a statusArray and to show the UILabel texts
based on the Bool value
say , 1 show someString then 0 show some other string
how should I do that use rac as ReactiveCocoa ?
Copyright © 2021 Jogjafile Inc.
I only think of two ways for the time being:
boolvariablesYou need to use the
boolvariable as a property.This will result in circular references, so
weakifyandstrongifyare used, which are also part ofReactiveCocoa, specific definitions and usages inRACEXTScope.hUILabel.text, convertboolsignal tostringassignment