XCode7 beta 6 updates

This commit is contained in:
John Estropia
2015-08-25 14:24:18 +09:00
parent 2bcf8008c5
commit 69f902ef20
7 changed files with 13 additions and 20 deletions

View File

@@ -285,7 +285,7 @@ class MigrationsDemoViewController: UIViewController {
}
self.titleLabel?.text = organismType
self.organismLabel?.text = "\n".join(lines)
self.organismLabel?.text = lines.joinWithSeparator("\n")
self.progressView?.progress = 0
self.headerContainer?.setNeedsLayout()