[Note] About the introduction to Swift practice Chapter 11

Summary of Swift practice introduction. I will also include excerpts of parts that I do not understand, and will update as needed if I can solve it. In addition to the ones listed here, there are many parts that say "I don't understand ...", I'm skipping by saying that I don't need it now.

Chapter 11 Module A program that can be used in another program Comprehension: About 50%

The point is parts. The component alone works, or it can be used in combination with other modules (components). You can see the level setting that can access the module and the contents of the module at a glance There is also a module header and so on.

11-2 Describe dependencies in a Package type argument called Package (). let package = Package(name : “Example”, dependencies : [~])

Recommended Posts

[Note] About the introduction to Swift practice Chapter 11
Introduction to swift practice output Chapter5
Introduction to swift practice output Chapter 5 Part 2
Introduction to swift practice output Type representing the Chapter 4 collection Part 1
Introduction to swift practice output Type representing the Chapter 4 collection Part 2
[Introduction to Java] About Stream API
Summary about the introduction of Device
[Swift] Copy the character string to the clipboard
Introduction to Slay the Spire Mod Development (1) Introduction
Shorten the UUID to base64 in Swift.
Introduction to java for the first time # 2
[Swift] A note about function and closure
About the procedure for java to work
Output of the book "Introduction to Java"
A note about adding Junit 4 to Android Studio
[Introduction to Java] About type conversion (cast, promotion)
[Swift 5] Processing to close the keyboard on UITableView
[Swift] How to implement the LINE login function
Note how to use Swift super basic TableView
[swift5] How to implement the Twitter share function
How to add sound in the app (swift)
[Swift] How to implement the fade-in / out function
Introduction to kotlin for iOS developers ③-About gradle
A note about the Rails and Vue process
Introduction to Ruby 2
[Swift] About generics
Introduction to SWING
About MacinCloud introduction
[Note] About nil
About the method
Introduction to web3j
Introduction to Micronaut 1 ~ Introduction ~
[Java] Introduction to Java
Introduction to migration
[Swift] About the inability to distinguish between full-width and half-width characters with NS Predicate
Introduction to java
About the package
Introduction to Doma
From the introduction of devise to the creation of the users table
A brief introduction to terasoluna5, see the text below
Introduction to Slay the Spire Mod Development (2) Development Environment Construction
It's about time to face the parenthesized monster (JavaScript)
Talking about the merits of database bind variables ((1) Introduction)
Understand the characteristics of Scala in 5 minutes (Introduction to Scala)
[Practice! ] Introduction of JFrame (explaining up to screen creation)
[Java] Things to note about type inference extended in Java 10
[Swift] Use UserDefaults to save data in the app
[Swift] How to get the document ID of Firebase
[Swift 5] Note: Add Core Data to an existing project