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"
- Host: GitHub
- URL: https://github.com/seralaci/the-swift-programming-language-in-hungarian
- Owner: seralaci
- Created: 2016-02-02T20:53:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-04T16:09:42.000Z (over 9 years ago)
- Last Synced: 2025-01-12T20:11:21.862Z (5 months ago)
- Language: HTML
- Size: 6.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```