Skip to content

Instantly share code, notes, and snippets.

View darko55555's full-sized avatar

Darko Dujmović darko55555

  • Photomath
View GitHub Profile
internal let DEFAULT_MIME_TYPE = "application/octet-stream"
internal let mimeTypes = [
"html": "text/html",
"htm": "text/html",
"shtml": "text/html",
"css": "text/css",
"xml": "text/xml",
"gif": "image/gif",
"jpeg": "image/jpeg",
@darko55555
darko55555 / mentions.swift
Last active November 22, 2018 10:15
Chat mentions solution made with Rx
var mention:Observable<[FRep]>!
var rightSideTrimmedTextLastWord = String()
var lastTypedMention = String()
var lastTypedMentionRange:Range<String.Index>?
func observeMessageText(){
mention = messageText