@@ -92,25 +96,28 @@ class ViewController: UIViewController {
...
@@ -92,25 +96,28 @@ class ViewController: UIViewController {
moreButton.setImage(image,forState:.Highlighted)
moreButton.setImage(image,forState:.Highlighted)
titleView.addSubview(moreButton)
titleView.addSubview(moreButton)
letdetailLabel:MaterialLabel=MaterialLabel()
letdetailLabel:UILabel=UILabel()
detailLabel.grid.row=.Cell6
detailLabel.grid.row=.Cell6
detailLabel.numberOfLines=0
detailLabel.numberOfLines=0
detailLabel.lineBreakMode=.ByTruncatingTail
detailLabel.lineBreakMode=.ByTruncatingTail
detailLabel.font=RobotoFont.regularWithSize(12)
detailLabel.font=RobotoFont.regularWithSize(12)
detailLabel.text="There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable."
detailLabel.text="There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable."