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://osinski.dev/posts/visualizing-navigation-flow-progress/
Visualizing navigation flow progress
iOS dev
https://medium.com/@elenipapanikolo/migrating-to-codable-from-a-third-party-parsing-library-fd85298ef5a2
Medium
Migrating to Codable from a third party parsing library
Nowadays, JSON is one of the most widely used format in order to exchange data between a browser and a server. JSON parsing has always…
iOS dev
https://wwdcbysundell.com/2019/preparing-a-code-base/
WWDC by Sundell
Preparing a code base for WWDC
Making preparations for WWDC can seem a bit like preparing for something completely unknown, but that’s not necessarily true. These are my top 5 tips on how to prepare a code base for WWDC.
iOS dev
https://theswiftdev.com/2019/05/28/promises-in-swift-for-beginners/?utm_campaign=iOS%2BDev%2BWeekly&utm_medium=web&utm_source=iOS%2BDev%2BWeekly%2BIssue%2B406
iOS dev
https://theswiftdev.com/2019/05/31/understanding-provisioning-for-ios-applications/
iOS dev
https://medium.com/@michaellong/rxswift-better-error-handling-with-compactmap-48a5d314d0f1
Medium
RxSwift: Better Error Handling With CompactMap
Use one of RxSwift 5’s newest features to streamline your code.
iOS dev
https://medium.com/@jonathan2457/location-triggered-notifications-on-ios-24033919fb9a
Medium
Location Triggered Notifications on iOS
Yes, even in the background.
iOS dev
https://www.raywenderlich.com/1484288-preventing-man-in-the-middle-attacks-in-ios-with-ssl-pinning
kodeco.com
Preventing Man-in-the-Middle Attacks in iOS with SSL Pinning
In this tutorial, you’ll learn how to prevent man-in-the-middle attacks using SSL Pinning and Alamofire. You’ll use the Charles Proxy tool to simulate the man-in-the-middle attack.
iOS dev
https://medium.com/flawless-app-stories/simplifying-communication-patterns-with-closure-in-swift-1938414468b3
Medium
Simplifying communication patterns with closure in Swift
In this article, you’ll learn about communication patterns issue and how to make it simpler with EasyClosure.
iOS dev
https://mar.codes/2019-05-28/Solving-ambiguous-constraints-without-rerunning-your-app
Marcos Griselli
Solving ambiguous constraints without rerunning your app
This is the technique I use to solve ambiguous constraints without having to rebuild the app.
iOS dev
https://www.kairadiagne.com/2019/05/31/ios-testing-tips-and-tricks
Kaira Diagne
Tips and tricks on unit testing iOS apps
Unit testing is a great tool to ensure the quality and reliability of your code. A good test suite gives you confidence that your code does what it intends to do and that you will not introduce any bugs in your app when introducing a new feature or refactoring.…
iOS dev
https://www.swiftbysundell.com/posts/a-swift-developers-wwdc-dreams
Swift by Sundell
A Swift developer’s WWDC dreams - 2019 edition | Swift by Sundell
The start of WWDC 2019 is now just hours away and, like most developers working within the Apple ecosystem, I’m getting really excited. So I thought I’d dedicate my 120th weekly Swift article to something special — dreams.
iOS dev
https://medium.com/@rwbutler/animated-gradients-on-ios-aa117551e533
Medium
Animated Gradients on iOS
Sequencing animation between gradients with varying numbers of colors and more.
iOS dev
https://www.youtube.com/watch?v=9onK2xjY31g&feature=youtu.be
YouTube
UIKonf 2019 Livestream
http://uikonf.com/
iOS dev
https://patrickbalestra.com/blog/2019/06/07/wwdc-2019-the-things-you-may-have-missed.html
WWDC 2019 - The Things You May Have Missed
iOS dev
https://www.hackingwithswift.com/quick-start/swiftui
Hacking with Swift
SwiftUI by Example - free quick start tutorials for Swift developers
Get hands-on example code to help you learn important Apple frameworks faster.
iOS dev
https://swiftrocks.com/inside-swiftui-compiler-magic.html
Swiftrocks
Inside SwiftUI's Declarative Syntax's Compiler Magic
SwiftUI is a revolutionary framework announced by Apple in WWDC 2019 and you might've noticed that it looks pretty different from regular Swift. Let's see why.
iOS dev
https://mecid.github.io/2019/06/05/swiftui-making-real-world-app/
Majid’s
Making real-world app with SwiftUI
That is WWDC week: everybody is so excited about so many new things like SwiftUI, Dark Mode, updateable Core ML models, etc. I will try to cover all the new stuff during the upcoming weeks. Let’s start with SwiftUI. SwiftUI is an entirely new approach to…
iOS dev
https://www.avanderlee.com/swift/property-wrappers/
SwiftLee
Property Wrappers in Swift explained with code examples
Learn how to create Property Wrappers in Swift. Use the @propertyWrapper to remove boilerplate, improve readability, and clean up code.
iOS dev
https://agostini.tech/2019/06/02/reduce-your-app-size-with-app-thinning/
agostini.tech
Reduce Your App Size With App Thinning | agostini.tech
If you're working on an older project there's a few things that you'll need to do in order to reduce your app size with app thinning.