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://michael-brown.net/2018/touch-id-and-face-id-on-ios/
Michael Brown
Touch ID and Face ID on iOS
Introduction Adding support for Touch ID and Face ID to your app is not always completely straightforward, especially given that the documentation from Apple on
iOS dev
http://ilya.puchka.me/codable-in-practice/
ilya.puchka.me
Codable in practice
One of the first tasks I got in my new team was to convert entire code base from in-house JSON encoding/decoding solution (in fact two of them) to Swift native…
iOS dev
https://www.swiftbysundell.com/posts/type-safe-identifiers-in-swift
Swift by Sundell
Type-safe identifiers in Swift | Swift by Sundell
In most code bases, we need a way to uniquely identify certain values and objects. This week, let’s take a look at how we can create type-safe identifiers that enable us to write more robust model handling code.
iOS dev
https://devblog.xero.com/managing-ui-colours-with-ios-11-asset-catalogs-16500ba48205
Medium
Managing UI Colours with iOS 11 Asset Catalogs
At last year’s annual Apple developer conference WWDC, the majority of the iOS developer community was excited to play around with ARKit…
iOS dev
https://medium.com/@leandromperez/protocol-extensions-gotcha-9ef1a42c83b6
Medium
Swift Protocol Extensions Method Dispatch
Embrace static dispatch
iOS dev
https://github.com/objcio/app-architecture
GitHub
GitHub - objcio/app-architecture: Sample Code of the App Architecture Book
Sample Code of the App Architecture Book. Contribute to objcio/app-architecture development by creating an account on GitHub.
iOS dev
https://medium.com/@danielgalasko/a-background-repeating-timer-in-swift-412cecfd2ef9
Medium
A Background Repeating Timer in Swift
Background timers are a very usefool tool in one’s developer toolbox.
iOS dev
http://www.yudiz.com/custom-pull-to-refreshview-swift-4?utm_source=newsletter_mailer&utm_medium=email&utm_campaign=weekly
Custom pull to refresh control
iOS dev
https://www.pyimagesearch.com/2018/04/23/running-keras-models-on-ios-with-coreml/?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more
PyImageSearch
Running Keras models on iOS with CoreML - PyImageSearch
Inside this tutorial I'll show you how to (easily) deploy and run a Keras deep learning model on an iPhone and iOS app using Python and CoreML.
iOS dev
https://martinmitrevski.com/2018/04/14/detecting-whisky-brands-with-core-ml-and-ibm-watson-services/?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more
martinmitrevski
Detecting Whisky brands with Core ML and IBM Watson services
Everyone who knows me, also knows that I’m a huge whisky fan. In this post, I will blend two of my favourite things – whisky and programming, into an app that will detect the type of wh…
iOS dev
https://learnappmaking.com/blockchain-app-swift-how-to/?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more
iOS dev
https://learnappmaking.com/swift-optionals-how-to/
Appy Pie
App Builder Appy Pie: #1 No-Code Platform | App Maker | Connect Apps | Websites | Chatbots | Designs
Create applications & automate workflows with Appy Pie’s workflow automation & no-code development platform.
iOS dev
https://medium.com/flawless-app-stories/app-architecture-and-object-composition-in-swift-c9101a9e37e3
Medium
App Architecture and Object Composition in Swift
Creating reusable components to architect UI, concurrency, data, and other modules in Swift.
iOS dev
https://arasthel.com/data-classes-on-swift/
iOS dev
https://agostini.tech/2018/05/13/design-patterns-in-swift-state/
agostini.tech
Design Patterns in Swift: State Pattern | agostini.tech
If your objects can have multiple states, then you should consider implementing a state pattern. In this article we'll cover some theory on state pattern, and then we'll go over an example on how to implement it. Hopefully, by the end of the article, you'll…
iOS dev
https://www.swiftbysundell.com/posts/launch-arguments-in-swift
Swift by Sundell
Launch arguments in Swift
While launch arguments are probably most commonly used as input to command line tools - this week, let's take a look at how we can also use the power of launch arguments when working on, debugging, and testing an iOS app.
iOS dev
https://www.netguru.co/codestories/generating-random-numbers-in-swift
Netguru
Generating Random Numbers in Swift
Generating cryptographically secure random numbers is a bit difficult. Let's dive into how to do it in Swift in this random blog post.
iOS dev
https://medium.com/@tyronemichael/extending-your-modules-using-a-plugin-architecture-c1972735d728
Noteworthy - The Journal Blog
Extending your modules using a plugin architecture
Breaking your app up into modules has many benefits and it is extremely easy to achieve with Xcode using workspaces or Cocoapods. Whether…
iOS dev
https://www.hackingwithswift.com/articles/103/seven-useful-methods-from-cgrect?utm_campaign=Revue%20newsletter&utm_medium=Newsletter&utm_source=Swiftly%20Curated
Hacking with Swift
Seven useful methods from CGRect
Insetting, offsetting, transformation, and more!
iOS dev
http://swiftdeveloperblog.com/uiimagepickercontroller-in-swift-with-firebase-cheat-sheet/
UIImagePickerController in Swift with Firebase. Cheat Sheet.
iOS dev
Programming Notes for Professionals books