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://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.
iOS dev
https://medium.com/@leonardnguyen/build-your-own-chart-in-ios-part-1-bar-chart-e1b7f4789d70
Medium
Building your own chart in iOS — Part 1: Bar chart (Revised)
In this article, I will share with you the way I build my own bar chart without using any third-party library.
iOS dev
https://medium.com/@leonardnguyen/building-your-own-chart-in-ios-part-2-line-chart-7b5cfc7c866
Medium
Building your own chart in iOS — Part 2: Line chart
In this article, I will share with you a way to build curved line chart. There are some good chart libraries out there for iOS, however, if…
iOS dev
https://medium.com/@mimicatcodes/simple-higher-order-functions-in-swift-3-0-map-filter-reduce-and-flatmap-984fa00b2532
Medium
Simple Higher Order Functions in Swift 3.0 — Map, filter, reduce and flatMap!
In this blog post, I will briefly introduce four very useful and commonly used higher order functions you can use on collection types.
iOS dev
https://academy.realm.io/posts/try-swift-nyc-2017-neem-serra-map-and-flatmap-in-swift/?utm_source=Subscribers&utm_campaign=5449d753f5-EMAIL_CAMPAIGN_2017_10_05&utm_medium=email&utm_term=0_453402a2e6-5449d753f5-505415137
academy.realm.io
Map and FlatMap Magic
Neem Serra explains how to improve your code readability and compactness by using mapping and flatMapping in Swift
iOS dev
https://www.appcoda.com/arkit-introduction-scenekit/?utm_source=Subscribers&utm_campaign=5449d753f5-EMAIL_CAMPAIGN_2017_10_05&utm_medium=email&utm_term=0_453402a2e6-5449d753f5-505415137
AppCoda
Building a Simple ARKit Demo with SceneKit in Swift and Xcode
Augmented reality is here. It is coming in a BIG way. Remember Pokemon Go? Well, that’s just a taste of augmented reality. Apple is bringing augmented reality to the masses starting with iOS 11. With iOS 11, hundreds of millions of iPhones and iPads are going…
iOS dev
https://www.swiftbysundell.com/posts/avoiding-singletons-in-swift
Swift by Sundell
Avoiding singletons in Swift | Swift by Sundell
There seems to almost be a consensus in the community that singletons are
iOS dev
https://ivomynttinen.com/blog/ios-design-guidelines
Ivomynttinen
iOS Design Guidelines
Designing iOS apps can be difficult sometimes, but finding correct and up-to-date information about all of Apples’ devices shouldn’t be.
iOS dev
https://marcosantadev.com/arrayslice-in-swift/
Marcosantadev
ArraySlice In Swift
Array is a very common data collection. We use it pretty much every day. Array in Swift is very powerful and provides several features. In this article, we’ll discuss one of them: ArraySlice.
iOS dev
https://marcosantadev.com/mvvmc-with-swift/
Marcosantadev
MVVM-C with Swift
Nowadays, the biggest challenge for an iOS developer is the craft of a robust application which must be easy to maintain, test and scale.
In this article you will learn a reliable approach to achieve it.
iOS dev
http://joeduffyblog.com/2015/11/19/asynchronous-everything/
Joeduffyblog
Joe Duffy - Asynchronous Everything
Joe Duffy's Blog | Adventures in the high-tech underbelly
iOS dev
https://www.youtube.com/watch?v=sWx8TtRBOfk&t=2869s
YouTube
MVVM in Practice - RWDevCon Session - raywenderlich.com
Sick of giant view controllers? Not sure where to put your app’s business logic? Wanting to write tests but can’t for the life of you get started? Lucky for ...
iOS dev
https://robots.thoughtbot.com/a-simple-approach-to-thread-safe-networking-in-ios-apps?utm_campaign=iOS%2BDev%2BWeekly&utm_medium=web&utm_source=iOS_Dev_Weekly_Issue_321
Thoughtbot
A Simple Approach to Thread-Safe Networking in iOS Apps
Concurrent programming is hard! But by taking advantage of a lesser-known aspect of its design, we can avoid some common pitfalls.
iOS dev
https://github.com/apple/swift/blob/master/docs/DebuggingTheCompiler.rst#multiple-logs-at-a-time