Handle multiple closure indents

This commit is contained in:
Keith Smiley
2016-01-08 16:35:23 -08:00
parent 624e1a4778
commit f2ce1a39a9
2 changed files with 11 additions and 0 deletions

View File

@@ -314,6 +314,12 @@ guard let path = NSBundle.mainBundle().pathForResource(imageName, ofType: "png")
{
}
UIView.animateWithDuration(duration, delay: 0, usingSpringWithDamping: 0.8, initialSpringVelocity: 0, options: .CurveEaseInOut, animations: {
view.backgroundColor = UIColor.redColor()
}) { finished in
print("indent?")
}
// Indent last line should hold
self.init(className: "Item", dictionary: [
"identifier": item.identifier,