Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
iOS Programming Cookbook

You're reading from   iOS Programming Cookbook Over 50 exciting and powerful recipes to help you unearth the promise of iOS programming

Arrow left icon
Product type Paperback
Published in Mar 2017
Publisher Packt
ISBN-13 9781786460981
Length 520 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Toc

Table of Contents (16) Chapters Close

Preface 1. Swift Programming Language FREE CHAPTER 2. The Essentials 3. Integrating with Messages App 4. Working with Interface Builder 5. Working with UITableView 6. Animations and Graphics 7. Multimedia 8. Concurrency 9. Location Services 10. Security and Encryption 11. Networking 12. Persisting Data with Core Data 13. Notifications 14. App Search 15. Optimizing Performance

Introduction

Concurrency is always considered a nightmare for many developers. I partially agree with these developers and think that concurrency is a big headache if you don't understand it well and don't know how to use it. In this chapter, we will try to get your hands dirty working with concurrency. We will understand what's going on and see how simple it is with the APIs that iOS provides, to work with it and harness its capabilities. Concurrency is a two-sided weapon; it can be helpful and harmful at the same time. It helps you to write efficient, fast executing, and responsive apps, but at the same time, misusing it will ruin your app memory. That's why, before starting to write any concurrency code, think why you need concurrency and which API you need to use to solve this problem? In iOS, we have different APIs that can be used. In this chapter, we...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime