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