quattro_4 scribble

scribble 落書き (調べた事をただ落書きする)

2014-07-14から1日間の記事一覧

iOS Bytes #28

iOS Bytes - Episode #28, July 10, 2014 Xcode 6 Beta 3 One of the most notable changes is that the behavior and syntax of a few key parts of Swift, like the Array type, have changed Nitin Gunatra on Debug on the Debug Podcast debug podcast …

iOS Bytes #27

iOS Bytes - Episode #27, July 3, 2014 Swift Subscripts Subscripts are shortcuts for accesing elements from a collection, sequence or list Two example types that use object subscripting are Array and Dictionary extension String { subscript(…

NSScreencast Episode #127 Swift Operators

Swift Operators - NSScreencast SwiftでOperatorを定義 =~ be guard init The Swift Programming Language: Initialization initとfuncで引数の扱いが違う external first argument struct Celsius init(fromFahrenheit fahrenheit: Double) Celsius(fromFa…