ios - ComponentKit how push view controllers CKComponentController -
hi stated use componentkit
library given facebook , have been going through documentation not find how use ckcomponentcontroller
class.
like how push view controller , navigation of various view controllers.
if of aware of how use ckcomponentcontroller
please let me know i'm bit stuck due less documentation
thank you. imran.
our usual approach pass object weak reference navigation controller "context" object passed top-level component.
be sure it's weak reference or you'll end retain cycle!
as accessing in component controller, expose context object property on component , read property off of self.component
.
Comments
Post a Comment