Andrew Dunn

Results 2 issues of Andrew Dunn

Is there a way to customize the bubble based on different criteria. I have a chat between two people and one user send a rewarding text that contains the tag...

row = XLFormRowDescriptor(tag: "usr_image", rowType: XLFormRowDescriptorTypeImage, title: "Add/Update Photo") row.cellConfig.setObject(UIFont(name: "HelveticaNeue-Light", size: 15)!, forKey: "textLabel.font" as NSCopying) row.value = UIImage(named: "add_home") row.hidden = (self.edit == "0") ? true : false...