iOS dev
@iosdevio
10.8K
subscribers
12
photos
5
files
6.07K
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.8K subscribers
iOS dev
https://theswiftdev.com/2018/08/07/generating-random-numbers-in-swift/
iOS dev
https://agostini.tech/2018/08/05/dijkstras-algorithm-in-swift/
agostini.tech
Dijkstra's Algorithm in Swift | agostini.tech
In this article we'll implement Dijkstra's algorithm in swift and we'll implement a simple priority queue that we'll use in the algorithm.
iOS dev
http://www.tekramer.com/downloading-caching-and-decoding-images-asynchronously-with-alamofire-part-1-swift-4
iOS dev
http://www.tekramer.com/downloading-caching-and-decoding-images-asynchronously-with-alamofire-part-2-swift-4
iOS dev
Downloading, Caching & Decoding Images Asynchronously with Alamofire: Part 1 and 2 (Swift 4)
iOS dev
https://khawerkhaliq.com/blog/swift-optionals-part-one/
Khawer Khaliq
Programming Safely and Effectively With Optionals in Swift (Part One)
This is Part One of a two-part article that looks at how optionals in Swift can help us better model real-world domains, solve common programming problems and write more robust and expressive code. This part looks at why Swift has optionals, basic optional…
iOS dev
https://khawerkhaliq.com/blog/swift-optionals-part-two/
Khawer Khaliq
Programming Safely and Effectively With Optionals in Swift (Part Two)
This is Part Two of a two-part article that looks at how optionals in Swift can help us better model real-world domains, solve common programming problems and write more robust and expressive code. This part covers powerful Swift language features and techniques…
iOS dev
Tools
iOS dev
https://github.com/agens-no/swiff
GitHub
GitHub - agens-no/swiff: Human readable time diffs on lines of output when running e.g. build commands like fastlane
Human readable time diffs on lines of output when running e.g. build commands like fastlane - GitHub - agens-no/swiff: Human readable time diffs on lines of output when running e.g. build commands ...
iOS dev
https://oleb.net/2018/uialertcontroller-textfield/
oleb.net
An iOS alert view with a text field and a “smart” OK button – Ole Begemann
I wrote a <code>UIAlertController</code> extension that allows you to perform validation of the text the user has entered while the alert is on screen. It’s nothing earth-shattering, but what I like about it is that the behavior is entirely encapsulated in…
iOS dev
https://nshipster.com/hashable/
NSHipster
Hashable / Hasher
Our topic this week is Hashable and its new related type, Hasher. Together, they comprise the functionality underlying two of Swift’s most beloved collection classes: Dictionary and Set
iOS dev
https://swiftunboxed.com/protocols/hashable/
Swiftunboxed
Hashable - Swift Unboxed
Hash values in Swift: more than just XOR.
iOS dev
https://www.netguru.co/codestories/avoid-pyramids-of-doom-with-promisekit
iOS dev
http://kean.github.io/post/app-architecture
Alexander Grebenyuk
Let’s Talk Architecture
MVC – The Past. MVVM with RxSwift or ReactiveCocoa, MVP – The Present. Functional Architectures – The Future.
iOS dev
https://www.polidea.com/blog/how-to-build-swift-compiler-based-tool-the-step-by-step-guide/
iOS dev
https://medium.freecodecamp.org/read-write-mindful-minutes-from-healthkit-with-swift-232b65118fe2
freeCodeCamp.org
How to read and write Mindful Minutes from iOS’s HealthKit with Swift
I took the time to figure out how to read and write from HealthKit so you don’t have to!
iOS dev
https://medium.com/wolox-driving-innovation/ios-deep-linking-url-scheme-vs-universal-links-50abd3802f97
Medium
IOS Deep linking: URL Scheme vs Universal Links
Everything is connected nowadays. In a world where we share links as often as we do today, your app cannot be out of the loop. Deep linking…
iOS dev
https://www.avanderlee.com/swift/compiler-diagnostic-directives/
SwiftLee
Compiler Diagnostic Directives using a hashtag in Swift
Trigger custom errors and warnings during compile time and warn for TODOs in your codebase. Using #line and #file points you to the right file and method.
iOS dev
https://agostini.tech/2018/08/12/binary-search-trees-in-swift/
agostini.tech
Binary Search Trees in Swift | agostini.tech
Binary search trees are one of the most fundamental data structures in computer science. We'll go over the theory and implement the binary search trees.
iOS dev
http://khanlou.com/2018/08/missing-the-else/
Missing The Else