Make outlets in ChatInputBar open
Open
- Dominant language
- Swift
- Stars
- 4.6k
- Forks
- 588
- PR merge metrics
- No merged PRs in 30d
Description
The class is declared open, but the outlets are not. This means that subclassing is pretty pointless. Making the outlets open would enable quite a bit of selective customization (e.g. keyboard customization on the text view).
Contributor guide
Research direction
Locate the ChatInputBar class and inspect its outlet declarations. Make the outlets available for subclass customization, then build the project and verify that a subclass can selectively customize them, including the text view keyboard behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100