沧御

Results 4 comments of 沧御

> Yes, it is usable in v7, we're trying to get support for v8 "soon". > > @kisvegabor > We should make that annotation into the README I guess. Looking...

Hi, I think [x-track](https://github.com/FASTSHIFT/X-TRACK/tree/main/Software/X-Track/USER/App/Utils/PageManager)'s page management framework might be helpful for your discussion. I tried porting the pure c version on [7.11](https://github.com/geekheart/page_manager).This page management framework draws on the page management...

The page manager divides each page into a life cycle. Users need to connect the following functions: on_custom_attr_config(), on_view_load(), on_view_did_load(), on_view_will_appear(), on_view_did_appear(), on_view_will_disappear(), on_view_did_disappear(), on_view_did_unload() PageManager::push and PageManager::pop for page...

At the beginning of page creation, on_custom_attr_config() will be run. At this time, the root page is not created. In this callback, the attributes of the page are mainly modified....