Hungarian edition of "The Swift Programming Language", released from Apple under Creative Commons Attribution 4.0 International.
For more info please visit: Swift.org - Documentation.
##Chapters
###Swift 2.2 Edition
- About Swift
- A Swift Tour
- The Basics
- Basic Operators
- Strings and Characters
- Collection Types
- Control Flow
- Functions
- Closures
- Enumerations
- Classes and Structures
- Properties
- Methods
- Subscripts - Indexek
- Inheritance - Öröklődés
- Initialization
- Deinitialization
- Automatic Reference Counting
- Optional Chaining
- Error Handling
- Type Casting
- Nested Types
- Extensions
- Protocols
- Generics
- Access Control
- Advanced Operators
- About the Language Reference
- Lexical Structure
- Types
- Expressions
- Statements
- Declarations
- Attributes
- Patterns
- Generic Parameters and Arguments
- Summary of the Grammar
##How to compile the epub You can compile the epub by writing these instructions into Terminal:
$ zip -X filename.epub mimetype
$ zip -rg filename.epub META-INF -x \*.DS_Store
$ zip -rg filename.epub OEBPS -x \*.DS_Store