Chatto icon indicating copy to clipboard operation
Chatto copied to clipboard

A lightweight framework to build chat applications, made in Swift

Results 107 Chatto issues
Sort by recently updated
recently updated
newest added

import Foundation import Chatto import ChattoAdditions import SwiftyJSON import Alamofire class DemoChatMessageFactory { public static var chats = [ChatModel]() class func makeMessage(_ uid:String) -> DemoTextMessageModel{ print("uid makeMessage : \(uid)") return...

https://github.com/badoo/Chatto/blob/master/ChattoApp/ChattoApp/Source/Chat%20Items/Base%20Message/BaseMessageHandler.swift#L47 it should be `DemoMessageViewModelProtocol` not `MessageViewModelProtocol`

So for the past few days, I've been trying to get my iOS app on the store just been rejected! The issues they said were there: Guideline 1.2 - Safety...

extension Date { private static let weekdayAndDateStampDateFormatter: DateFormatter = { let dateFormatter = DateFormatter() dateFormatter.timeZone = TimeZone.autoupdatingCurrent dateFormatter.dateFormat = "EEEE, MMM dd yyyy" // "Monday, Mar 7 2016" return dateFormatter...

Hi, It seems this sdk supports only start and completed/failed state for download/upload progress indicator . Can anyone help me how to show users percentage of download/upload indicator while download/uploading...

Hi, I almost tried every thing to add new UIMenuItem ... but without success ... please some try to help us ... let deleteItem = UIMenuItem(title: "Delete", action: #selector(deleteLine(_:))) UIMenuController.shared.menuItems...

I spent a lot of time trying to figure out how to change this icon properly, by trying to override createDefaultButtonAppearance(). If someone had already done so, can you share...

Greetings, Im a graphics designer here on Github and I would like to ask for your permission to design for your logo/icon that you maybe used for your future plans...

when i sent message like spam to my app from pc, i got error msg in BaseChat ViewController and appdelegate. i tried to interrupt in my received msg but it...

I create a chatrooms with many user. How I can create a message with user's avatar corresponding. Now when I go to room and load older message, I can't not...