[iOS] Displaying view controller on parent RIB in nested hierarchy
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 193
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
Original issue: https://github.com/uber/RIBs/issues/302
I have this hierarchy:
I'm trying to display view controller of component D (low-level) in view controller of component Root (which has navigation controller, so basically I need to call
show(vc, sender: nil)).However in this nested hierarchy I have no access to view controller of component Root in children components. How can I achieve that?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the original issue #302 and the nested hierarchy described in the body; trace how view controllers are owned from component D to component Root and where show(vc, sender: nil) is expected to run. No source files or tests are named, so confirm the intended supported approach with maintainers before changing anything.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, swift
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100
