An open API service indexing awesome lists of open source software.

https://github.com/seralaci/the-swift-programming-language-in-hungarian

The Hungarian edition of "The Swift Programming Language"
https://github.com/seralaci/the-swift-programming-language-in-hungarian

Last synced: 3 months ago
JSON representation

The Hungarian edition of "The Swift Programming Language"

Awesome Lists containing this project

README

        

# The Swift Programming Language - Swift 2.2 Hungarian Edition

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](https://swift.org/documentation/#the-swift-programming-language).

##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](markdown/Subscripts.md)
- Inheritance - [Öröklődés](markdown/Inheritance.md)
- 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
```