diff --git a/1a. The Basics.playground/contents.xcplayground b/1a. The Basics.playground/contents.xcplayground index 18a12f6..8e39341 100644 --- a/1a. The Basics.playground/contents.xcplayground +++ b/1a. The Basics.playground/contents.xcplayground @@ -4,4 +4,4 @@ - + \ No newline at end of file diff --git a/1a. The Basics.playground/playground.xcworkspace/contents.xcworkspacedata b/1a. The Basics.playground/playground.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/1a. The Basics.playground/playground.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/1a. The Basics.playground/playground.xcworkspace/xcshareddata/1a. The Basics.xccheckout b/1a. The Basics.playground/playground.xcworkspace/xcshareddata/1a. The Basics.xccheckout new file mode 100644 index 0000000..8d77495 --- /dev/null +++ b/1a. The Basics.playground/playground.xcworkspace/xcshareddata/1a. The Basics.xccheckout @@ -0,0 +1,41 @@ + + + + + IDESourceControlProjectFavoriteDictionaryKey + + IDESourceControlProjectIdentifier + 66D5A3CC-2722-4C96-A8DD-F30741AC94CD + IDESourceControlProjectName + 1a. The Basics + IDESourceControlProjectOriginsDictionary + + 72828FB837D2C9EB03A6AF7193C43D8AF14EE315 + https://github.com/edenmanny/learn-swift.git + + IDESourceControlProjectPath + 1a. The Basics.playground + IDESourceControlProjectRelativeInstallPathDictionary + + 72828FB837D2C9EB03A6AF7193C43D8AF14EE315 + .. + + IDESourceControlProjectURL + https://github.com/edenmanny/learn-swift.git + IDESourceControlProjectVersion + 111 + IDESourceControlProjectWCCIdentifier + 72828FB837D2C9EB03A6AF7193C43D8AF14EE315 + IDESourceControlProjectWCConfigurations + + + IDESourceControlRepositoryExtensionIdentifierKey + public.vcs.git + IDESourceControlWCCIdentifierKey + 72828FB837D2C9EB03A6AF7193C43D8AF14EE315 + IDESourceControlWCCName + learn-swift + + + + diff --git a/1a. The Basics.playground/playground.xcworkspace/xcuserdata/emmanuelbernard.xcuserdatad/UserInterfaceState.xcuserstate b/1a. The Basics.playground/playground.xcworkspace/xcuserdata/emmanuelbernard.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..b2e8b44 Binary files /dev/null and b/1a. The Basics.playground/playground.xcworkspace/xcuserdata/emmanuelbernard.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/1a. The Basics.playground/section-1.swift b/1a. The Basics.playground/section-1.swift index 1dd68fd..76e3dde 100644 --- a/1a. The Basics.playground/section-1.swift +++ b/1a. The Basics.playground/section-1.swift @@ -34,6 +34,11 @@ currentLoginAttempt += 1 let a = 10, b = 20, c = 30 var x = 0.0, y = 0.0, z = 0.0 + +let fk : Float = 30 + +// what is float ? + // Specifying the type with type annotations // // The built-in types in Swift are: Int, Double, Float, Bool, String, Array, Dictionary diff --git a/1a. The Basics.playground/timeline.xctimeline b/1a. The Basics.playground/timeline.xctimeline index ae188c4..c65f497 100644 --- a/1a. The Basics.playground/timeline.xctimeline +++ b/1a. The Basics.playground/timeline.xctimeline @@ -3,10 +3,14 @@ version = "3.0"> + documentLocation = "#CharacterRangeLen=0&CharacterRangeLoc=8863&EndingColumnNumber=5&EndingLineNumber=4&StartingColumnNumber=4&StartingLineNumber=4&Timestamp=453238999.106764" + selectedRepresentationIndex = "0" + shouldTrackSuperviewWidth = "NO"> + documentLocation = "#CharacterRangeLen=17&CharacterRangeLoc=8040&EndingColumnNumber=21&EndingLineNumber=228&StartingColumnNumber=4&StartingLineNumber=228&Timestamp=453238999.106764" + selectedRepresentationIndex = "0" + shouldTrackSuperviewWidth = "NO"> diff --git a/1d. Optionals.playground/contents.xcplayground b/1d. Optionals.playground/contents.xcplayground index 18a12f6..8e39341 100644 --- a/1d. Optionals.playground/contents.xcplayground +++ b/1d. Optionals.playground/contents.xcplayground @@ -4,4 +4,4 @@ - + \ No newline at end of file diff --git a/1d. Optionals.playground/playground.xcworkspace/contents.xcworkspacedata b/1d. Optionals.playground/playground.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/1d. Optionals.playground/playground.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/1d. Optionals.playground/playground.xcworkspace/xcshareddata/1d. Optionals.xccheckout b/1d. Optionals.playground/playground.xcworkspace/xcshareddata/1d. Optionals.xccheckout new file mode 100644 index 0000000..d7f6ce2 --- /dev/null +++ b/1d. Optionals.playground/playground.xcworkspace/xcshareddata/1d. Optionals.xccheckout @@ -0,0 +1,41 @@ + + + + + IDESourceControlProjectFavoriteDictionaryKey + + IDESourceControlProjectIdentifier + 85EBCA3A-690D-4690-A7B1-A0DB56C4C0EE + IDESourceControlProjectName + 1d. Optionals + IDESourceControlProjectOriginsDictionary + + 72828FB837D2C9EB03A6AF7193C43D8AF14EE315 + https://github.com/edenmanny/learn-swift.git + + IDESourceControlProjectPath + 1d. Optionals.playground + IDESourceControlProjectRelativeInstallPathDictionary + + 72828FB837D2C9EB03A6AF7193C43D8AF14EE315 + .. + + IDESourceControlProjectURL + https://github.com/edenmanny/learn-swift.git + IDESourceControlProjectVersion + 111 + IDESourceControlProjectWCCIdentifier + 72828FB837D2C9EB03A6AF7193C43D8AF14EE315 + IDESourceControlProjectWCConfigurations + + + IDESourceControlRepositoryExtensionIdentifierKey + public.vcs.git + IDESourceControlWCCIdentifierKey + 72828FB837D2C9EB03A6AF7193C43D8AF14EE315 + IDESourceControlWCCName + learn-swift + + + + diff --git a/1d. Optionals.playground/playground.xcworkspace/xcuserdata/emmanuelbernard.xcuserdatad/UserInterfaceState.xcuserstate b/1d. Optionals.playground/playground.xcworkspace/xcuserdata/emmanuelbernard.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..1103cde Binary files /dev/null and b/1d. Optionals.playground/playground.xcworkspace/xcuserdata/emmanuelbernard.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/1d. Optionals.playground/timeline.xctimeline b/1d. Optionals.playground/timeline.xctimeline index ba175f8..f7484b6 100644 --- a/1d. Optionals.playground/timeline.xctimeline +++ b/1d. Optionals.playground/timeline.xctimeline @@ -3,7 +3,9 @@ version = "3.0"> + documentLocation = "#CharacterRangeLen=0&CharacterRangeLoc=6950&EndingColumnNumber=5&EndingLineNumber=2&StartingColumnNumber=4&StartingLineNumber=2&Timestamp=432600545.276631" + selectedRepresentationIndex = "0" + shouldTrackSuperviewWidth = "NO"> diff --git a/README.md b/README.md index e5ddcf3..2b9884b 100644 --- a/README.md +++ b/README.md @@ -39,3 +39,4 @@ Learn Apple's Swift programming language interactively through these playgrounds Thanks to Rafał Wójcik for his quick work to update these playgrounds to incorporate the Swift language changes that came with XCode Beta 3. +hwkwidlh \ No newline at end of file