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

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -