Is there any method to override before chatInput bar is created?
Open
- Dominant language
- Swift
- Stars
- 4.6k
- Forks
- 588
- PR merge metrics
- No merged PRs in 30d
Description
When I subclassed PhotoMessageViewModel I could do some initial setup by
override func willBeShown() {
// Initial setup
}
Is there any other similar method which can be used for ChatInputBar, so as to do initial setup before default chatInputBar is created?
Contributor guide
Research direction
Start by tracing the lifecycle of PhotoMessageViewModel and the creation path for ChatInputBar, using the issue's willBeShown() example as the reference point. Determine whether an existing initialization hook is available; done means the supported setup point or required API change is clearly identified and covered by the relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- mobile-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100