摘要: import UIKitlet kSuccessTitle = "Congratulations"let kErrorTitle = "Connection error"let kNoticeTitle = "Notice"let kWarningTitle = "Warning"let kInfo... 阅读全文
posted @ 2014-10-01 16:04 顺武 阅读(245) 评论(0) 推荐(0) 编辑
摘要: import UIKitclass MessageSentDateCell: UITableViewCell { let sentDateLabel:UILabel override init(style: UITableViewCellStyle, reuseIdentifier:String... 阅读全文
posted @ 2014-10-01 15:42 顺武 阅读(226) 评论(0) 推荐(0) 编辑
摘要: import UIKitclass ChatsViewController:UITableViewController { var chats:[Chat] {return account.chats} conenience override init() { self.init(styl... 阅读全文
posted @ 2014-10-01 12:29 顺武 阅读(158) 评论(0) 推荐(0) 编辑
摘要: import UIKitlet chatCellHeight: CGFloat = 72 let chatCellInsetLeft = chatCellHeight + 8class ChatCell:UITableViewCell { let userPictureImageView:UII... 阅读全文
posted @ 2014-10-01 12:10 顺武 阅读(462) 评论(0) 推荐(0) 编辑