MessageKit
MessageKit copied to clipboard
CameraInputBarAccessoryView not working in AdvancedExampleViewController
Describe the bug When running the example app the custom CameraInputBarAccessoryView is not showing the camera image
To Reproduce run the example app on sim or device
Expected behavior To see the custom input view with the camera icon
Screenshots

- What version of MessageKit are you using? 4.0.0
- What version of iOS are you running on? 15.5
- What version of Swift are you running on?
- What device(s) are you testing on? Are these simulators? all sim and physical device 13 mini
- Is the issue you're experiencing reproducible in the example app? yes
I'm having the same issue on simulator and devices
Facing the same issue, has anyone been able to find a solution for this?
I fixed it by doing inputBarType = .custom(customInputView)
@akatreyt It worked like a charm, thanks