Kareem Arab

Results 4 issues of Kareem Arab

I have two view controllers side by side using Tabman. One of them is a chat view controller (ChannelLogController) which has a messageInputBar. I'm trying to use InputAccessoryView with the...

How do you display the gif in reverse? Im struggling with this. If anyone can help that would be awesome thanks!

Is this backward compatible with v1? If not, is there a timeline for this? Thanks!

Hello, is there a reason why ToChatMessage doesn't support SystemChatMessage? What's the solution for that? Thanks. ``` func (c ChatMessageModel) ToChatMessage() ChatMessage { switch c.Type { case string(ChatMessageTypeAI): return AIChatMessage{Content:...