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
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…
iOS dev
https://www.swiftbysundell.com/posts/under-the-hood-of-assertions-in-swift
Swift by Sundell
Under the hood of Assertions in Swift | Swift by Sundell
Assertions are not only an essential tool when writing tests - they're also super useful in order to write more predictable and easier to debug code. This week, let's look deeper into assertions, how they work, and how we can implement our own assert functions…
iOS dev
http://fabiensanglard.net/floating_point_visually_explained/
FLOATING POINT VISUALLY EXPLAINED
iOS dev
http://nsdateformatter.com/
Easy Skeezy Date Formatting for Swift and Objective-C
iOS dev
https://eastwest.se/blog/server-side-swift-for-laravel-developers-part-1
Eastwest
Server side Swift for Laravel developers part 1
After doing web development since PHP4.1, I almost gave up and decided to learn Ruby and Ruby on Rails. Then I discovered Laravel two years ago and have been using it since. I have also been developing Swift and Objective-C for iOS and macOS and released
iOS dev
https://www.mitochrome.com/blog/smart-gesture-recognition-in-ios-11-with-core-ml-and-tensorflow/
iOS dev
Smart Gesture Recognition in iOS 11 with Core ML and TensorFlow
iOS dev
https://medium.com/@samstone/create-custom-uinavigationcontroller-transitions-in-ios-1acd6a0b6d25
iOS dev
https://medium.com/cocoaacademymag/cocoa-academy-youtube-channel-22a5ff83411f
Medium
Cocoa Academy Youtube Channel
Today, I’m beginning a new and exciting phase of Cocoa Academy, bringing its content to Youtube. From the start, this was something under…
iOS dev
https://marcosantadev.com/copy-write-swift-value-types/
Marcosantadev
Use Copy-On-Write With Swift Value Types
Premature optimisation is the root of all evil. But, there are moments where we need to optimise our code. Let’s see how to improve the performance of value type in Swift.
iOS dev
http://danielemargutti.com/2017/10/08/use-swift-to-make-easy-and-safe-dequeue-operation-in-uitableviewcells/
iOS dev
Use Swift to make easy and safe dequeue operation in UITableViewCells
iOS dev
https://theswiftpost.co/generics-swift-4/?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more
iOS dev
https://www.tooploox.com/blog/deep-neural-networks-in-swift-lessons-learned?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more
Tooploox
Deep Neural Networks in Swift, lessons learned - Tooploox
To learn and understand neural networks you have to implement them yourself from scratch. So I thought, why not try it in Swift?
iOS dev
http://narf.pl/posts/lenses-in-swift
narf.pl
Lenses in Swift, or how to change parts of immutable objects
iOS dev
https://robots.thoughtbot.com/creating-your-first-ios-framework
thoughtbot
Creating your first iOS Framework
Learn to build your own iOS framework that’s compatible with Carthage, CocoaPods and git submodules.
iOS dev
https://robots.thoughtbot.com/swift-imports
thoughtbot
Swift Imports
How to be a Swift importer (and possibly exporter).
iOS dev
http://frenchkit.fr/videos-frenchkit-2017/
FrenchKit
Vidéos Frenchkit 2017 - FrenchKit
The FrenchKit Conference is the first and only IOS conference in Paris.
iOS dev
https://medium.com/flawless-app-stories/how-to-use-a-model-view-viewmodel-architecture-for-ios-46963c67be1b
Medium
How not to get desperate with MVVM implementation
Today we will make a simple app with Model-View-ViewModel and learn how to adapt it to design a better architecture. Let’s get started!
iOS dev
http://five.agency/solving-the-binding-problem-with-swift/
Endava
Solving the binding problem with Swift • Endava
In a fight for great software architecture, our hands are often tied by the shortcomings of frameworks or languages we work with.