Leanpub Header

Skip to main content

Filters

Category: "Swift"

Books

  1. The Clean Way to Use Rx
    Manual de guía y consejos para implementar con extensiones Rx.
    Yair Carreno

    Recomiendo esta lectura para todo actor que participa en procesos de diseño, implementación y validación de componentes de software a través de Reactive programming y Functional programming, apoyados en el uso de extensiones Rx.

  2. The Clean Way to Use Rx
    Guide manual and tips for implementing with Rx extensions.
    Yair Carreno

    I recommend this reading for any actor that participates in the design, implementation, and validation processes of software components through Reactive programming and Functional programming, supported by the use of Rx extensions.

  3. Clean Architecture in iOS
    Principles and good design practices applied in iOS.
    Yair Carreno

    This work will be valuable to apply in any company, startup, or personal initiative.Either to apply to refactor to an existing project or to start a new mobile application with solid Architecture foundations.It has been an invaluable reference piece for my projects, and I hope that it will also become the same for the reader.

  4. 在这个小册子里,我们会尝试用一些测试用例探寻 Combine 的工作机制。而整理这些内容的动力,则源于开发泊学 App 的时候,把代码迁移到 Combine 过程中时遇到的一个 Bug。因此,这不是一个 Combine 的入门教程,所以,确保你在继续之前,至少要体验过 Combine, 如果你还有 RxSwift4 的开发经验,就更好了:) 

  5. Clean Architecture en iOS
    Principios y buenas prácticas de diseño aplicadas en iOS.
    Yair Carreno

    Este trabajo será valioso para aplicar en cualquier compañía, startup o iniciativa personal.Ya sea para aplicar refactor a un proyecto existente o para iniciar una nueva aplicación móvil con sólidas bases de Arquitectura.Ha sido una pieza de referencia invaluable para mis proyectos y espero que también se convierta en lo mismo para el lector.

  6. Non Cross Platform Mobile App Development
    No need to use mobile cross-platform frameworks and platforms. My approach allows you to create native Android and iOS apps really simple and very fast.
    Ivan Fytsyk

    Nowadays Android and iOS development are very similar: starting from Kotlin and Swift, ConstraintLayout and AutoLayout and finishing with same architecture approaches and libraries. I believe that if you know one of these platforms you could easily jump into another. Or if you don't know any of them, you could easily learn both of them.

  7. Mastering Mobile Application Development - 2nd Edition
    Learning iOS and Android Side-By-Side
    Jonathan Engelsma and Hans Dulimarta

    Learn to develop native apps on iOS and Android. Leverage what you know about one platform to quickly learn the other, or simply learn both platforms at the same time! This book relates concepts across platforms and is your trusted guide to rapidly mastering mobile app development.

  8. Swift is still very, very young and many developers are still figuring out how to best use the language. There are countless tutorials about patterns and best practices, which makes it hard to see the forest for the trees. In this book, you learn the four patterns I use in every Swift project I work on.

  9. Swift Swiftly
    Randy Kaplan

    This book is about learning to program in Apple's IOS Programming Language: SWIFT

  10. Writing a few lines of Swift is surprisingly easy. Once you start to dig deeper, though, you discover that building an application for Apple's platforms is more challenging than it seems. This book outlines the challenges you face along your journey and how to overcome them.

  11. “I don’t feel in control of my project’s architecture.” - You“MVC simply doesn’t cut it. There must be a better solution.” - Yours TrulyDespite its widespread, the Model-View-Controller pattern just doesn't cut it for most Swift projects. Take control of your Swift projects with the Model-View-ViewModel pattern.

  12. "I want to learn Core Data, but I don't know where to start." - Every Swift Developer"I was frustrated with Core Data until I took the time to learn the fundamentals." - Yours Truly"Core Data is difficult to use." - I Prefer to Stay AnonymousDoes this sound like you? It's time to take Core Data serious and learn the ins and outs of the framework.

  13. OWASP Mobile Application Security Testing Guide
    OWASP MASTG
    Bernhard Mueller, owasp, Sven Schleier, Jeroen Willemsen, OWASP Foundation, and Carlos Holguera

    PDF release of the OWASP Mobile Application Security Testing Guide

  14. 本書內容包含:- Swift 語法的詳細介紹- UIKit 常用元件的詳細介紹- 35 個範例 App- 3 個完整實戰 App使用 Swift 5.1 版本,對應 iOS 13 。

  15. ReactiveCocoa Book
    Streams of values over time.
    Eimantas Vaičiūnas

    Functional programming has gained a lot of momentum in recent years among Cocoa developers as a nice way of removing a dependency on the global state. Using concepts of functional programming, its reactive form has given a lot of benefits to application developers to properly connect different parts of the application.