iOS dev
@iosdevio
10.7K
subscribers
12
photos
5
files
6.09K
links
There is a single sponsored link in each issue (monday).
One sponsor per issue.
Every sponsored link should be highly relevant to Apple ecosystem app development.
Sponsored link price - 100$
Contact:
@tigorn
Download Telegram
Join
iOS dev
10.7K subscribers
iOS dev
http://www.figure.ink/blog/2017/9/4/expressive-coroutines?utm_source=newsletter_mailer&utm_medium=email&utm_campaign=weekly
Figure
Why Coroutines — Figure
iOS dev
https://www.youtube.com/watch?v=kHDVKqCPnfA&feature=share
YouTube
Generic Functions and Type Constraints in Swift
This is a free preview from my course "Introduction to Algorithms and Data Structures in Swift." https://www.udemy.com/introduction-to-algorithms-in-swift/?couponCode=BESTPRICE
Generic functions can work with any type. In this lecture, I'll show you how…
iOS dev
https://www.credera.com/blog/mobile-applications-and-web/building-a-multi-directional-uicollectionview-in-swift/
iOS dev
https://oleb.net/blog/2016/10/swift-stdlib-source/
oleb.net
How to Read the Swift Standard Library Source – Ole Begemann
One way to read the source code of the Swift standard library after GYB preprocessing is to perform a full build of Swift.
iOS dev
https://medium.com/ios-os-x-development/type-safe-animations-in-swift-53b15f27fa2c
Medium
Type safe animations in swift
Animations are at the core of UX anticipated on any modern UI platform, and iOS is (and has been from the very beginning) one the main…
iOS dev
https://developer.apple.com/videos/play/design/26/
iOS dev
https://medium.com/@johannkerr/getting-started-with-vapor-60e6cb9828f1
Medium
Getting started with Vapor
Swift on the Server
iOS dev
https://www.toptal.com/ios/simplifying-restful-api-use-and-data-persistence-on-ios-with-mantle-and-realm
Toptal Engineering Blog
Simplifying RESTful API Use and Data Persistence on iOS with Mantle and Realm | Toptal
®
A large number of modern mobile applications interact with web services in one way or another, and iOS applications are no different. Mantle (a model framework) and Realm (a mobile database) come with the promise of simplifying some of the hurdles in consuming…
iOS dev
https://codentrick.com/coredata-syncing-with-swift/
Code and Trick - Modern Software Development
CoreData Syncing with Swift
When developing an app which its data is fetched from remote server and need to be cached inside for faster data displaying, you should really go with an efficient way in both performance and code involved. Here we have several requirements for our latest…
iOS dev
https://medium.com/@gonzalezreal/using-realm-with-value-types-b69947741e8b
Medium
Using Realm with Value Types
We explore how to build a Data Persistence Layer on top of Realm, using struct based models and type-safe queries.
iOS dev
https://marcosantadev.com/solid-principles-applied-swift/
Marcosantadev
SOLID Principles Applied To Swift
A maintainable component. Reusable. Just a dream? Maybe not. SOLID principles, may be the way.
iOS dev
https://www.raywenderlich.com/172145/encoding-decoding-and-serialization-in-swift-4
kodeco.com
Encoding and Decoding in Swift
In this tutorial, you’ll learn all about encoding and decoding in Swift, exploring the basics and advanced topics like custom dates and custom encoding.
❤
1
iOS dev
https://medium.com/ios-os-x-development/ios-interview-questions-13840247a57a
Medium
50 iOS Interview Questions And Answers
1- How could you set up Live Rendering? The attribute @IBDesignable lets Interface Builder perform live updates on a particular view…
iOS dev
https://medium.com/ios-os-x-development/50-ios-interview-questions-and-answers-part-2-45f952230b9f
Medium
50 iOS Interview Questions And Answers Part 2
Check out Part 1, if you haven’t already :). Let’s get started.
iOS dev
http://benscheirman.com/2017/06/ultimate-guide-to-json-parsing-with-swift-4/
iOS dev
https://medium.com/ios-os-x-development/ios-aimate-tableview-updates-dc3df5b3fe07
Medium
iOS: Animate TableView Updates
A better way to reload data
iOS dev
https://medium.com/flawless-app-stories/debugging-swift-code-with-lldb-b30c5cf2fd49
Medium
Debugging Swift code with LLDB
Debugging Swift code with LLDB As engineers we spend almost 70% of our time on debugging. The rest 20% goes on thinking about the architectural approaches + communication with teammates and just 10% …
iOS dev
https://www.andrewcbancroft.com/2016/02/15/fundamentals-of-callbacks-for-swift-developers/
Andrewcbancroft
Fundamentals of Callbacks for Swift Developers
Updated on October 12, 2016 – Swift 3.0
Callbacks: What are they? How do they work? What are they used for in practice?
My goal in this article is to provide answers to these questions so that you have a foundational understanding of this common programming…
iOS dev
https://medium.cobeisfresh.com/why-you-shouldn-t-use-delegates-in-swift-7ef808a7f16b?source=linkShare-db19522a344d-1506463289
COBE
Why you shouldn’t use delegates in Swift
The delegate pattern is okay. But there’s a better way.
iOS dev
https://academy.realm.io/posts/david-spector-powering-augmented-reality-realtime-data-arkit-realm/
academy.realm.io
Powering Augmented Reality with Realtime Data: ARKit + Realm
What if your AR app needs to make use of a realtime data to be able to provide a deep, compelling experience?
iOS dev
https://littlebitesofcocoa.com/318-codable-enums?utm_campaign=This%2BWeek%2Bin%2BSwift&utm_medium=email&utm_source=This_Week_in_Swift_144
Little Bites of Cocoa
#318: Codable Enums
📠
In Bites #316 (https://littlebitesofcocoa.com/316) and #317 (https://littlebitesofcocoa.com/316), we began looking at Swift's new Codable (Encodable & Decodable) protocols. Today we'll continue by learning more about how Swift Enums work can work with these…