Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Swift 2 By Example

    Posted By: AlenMiler
    Swift 2 By Example

    Swift 2 by Example by Giordano Scalzo
    English | Apr 6, 2016 | ISBN: 1785882929 | 406 Pages | AZW3/MOBI/EPUB/PDF (conv) | 54.93 MB

    Swift is no longer the unripe language it was when launched by Apple at WWDC14, now it's a powerful and ready-for-production programming language that has empowered most new released apps.

    Key Features

    Get up to speed with the new features of Swift 2 by following the exhaustive examples in this book
    Specialize in developing real iOS apps, and 2D and 3D videogames using Swift and Cocoapods
    Learn how to build server API apps to feed your iOS client apps

    Book Description

    Swift is a user-friendly language with a smooth learning curve; it is safe, robust, and really flexible.

    Swift 2 is more powerful than ever; it introduces new ways to solve old problems, more robust error handling, and a new programming paradigm that favours composition over inheritance.

    Swift 2 by Example is a fast-paced, practical guide to help you learn how to develop iOS apps using Swift. Through the development of seven different iOS apps and one server app, you'll find out how to use either the right feature of the language or the right tool to solve a given problem.

    We begin by introducing you to the latest features of Swift 2, further kick-starting your app development journey by building a guessing game app, followed by a memory game. It doesn't end there, with a few more apps in store for you: a to-do list, a beautiful weather app, two games: Flappy Swift and Cube Runner, and finally an ecommerce app to top everything off.

    By the end of the book, you'll be able to build well-designed apps, effectively use AutoLayout, develop videogames, and build server apps.

    What you will learn

    Create a server in Swift to deliver JSON data to an iOS app
    Take advantage of Cocoapods to use third-party libraries
    Use a clean and effective architecture to decrease complexity and speed up development
    Take advantage of the most useful parts of the iOS SDK
    Build games with SpriteKit and SceneKit
    Develop an app running on the cloud to act as an API server for your client's apps

    About the Author

    Giordano Scalzo is a developer with 20 years of programming experience, since the days of the ZXSpectrum.

    He has worked in C++, Java, .Net, Ruby, Python, and in so many other programming languages he has forgotten the names.

    After years of backend development, over the past 5 years Giordano has developed extensively for iOS, releasing more than 20 apps―apps that he wrote for clients, enterprise applications, or on his own.

    Currently, he is a contractor in London, where―through his company, Effective Code Ltd, http://effectivecode.co.uk―he delivers code for iOS, aiming at quality and reliability.

    In his spare time, when he is not crafting retro game clones for iOS, he writes his thoughts at http://giordanoscalzo.com.

    Table of Contents

    Welcome to the World of Swift
    Building a Guess the Number App
    A Memory Game in Swift
    A TodoList App in Swift
    A Pretty Weather App
    Flappy Swift
    Polishing Flappy Swift
    Cube Runner
    Completing Cube Runner
    ASAP – an E-commerce App in Swift
    ASAPServer, a Server in Swift