Skip to content

seralaci/the-swift-programming-language-in-hungarian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

##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

About

The Hungarian edition of "The Swift Programming Language"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages