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://medium.com/flawless-app-stories/getting-started-with-moya-f559c406e990
Medium
Getting Started with Moya
Moya is a Swift Network Abstraction Library. In this tutorial on a real example, we’ll learn how to start with the framework and get the most of it.
iOS dev
https://medium.com/rosberryapps/ios-safe-area-ca10e919526f
Medium
iOS Safe Area
By Evgeny M., iOS Developer at Rosberry
iOS dev
https://medium.com/ios-os-x-development/ios-developer-roadmap-c9a24f413457
Medium
iOS Developer Roadmap
Tree-like compilation of topics highly relevant to iOS development available as a living page on Github.
iOS dev
https://www.swiftbysundell.com/posts/navigation-in-swift
Swift by Sundell
Navigation in Swift | Swift by Sundell
Every app that doesn't only consist of one single UI needs some form of navigation - to enable users to move between different screens and to display information or react to events. This week, let's take a look at a few different options for dealing with…
iOS dev
https://www.raywenderlich.com/177538/coordinator-tutorial-ios-getting-started
kodeco.com
Coordinator Tutorial for iOS: Getting Started
In this Coordinator tutorial you’ll convert an iOS app from using the MVC pattern to the Coordinator pattern and examine the pros and cons of Coordinators.
iOS dev
https://medium.com/cocoaacademymag/setup-your-ios-testing-env-5617d1a13043
Medium
Setup your iOS Testing Env
Testing under iOS platform has improved a lot since early days, back then it was challenging to run unit tests outside of Xcode, generate…
iOS dev
https://benscheirman.com/2018/02/functional-refactoring-in-swift/?utm_campaign=Revue%20newsletter&utm_medium=Newsletter&utm_source=Swiftly%20Curated
Ben Scheirman
Functional Refactoring in Swift
Here's an example I came across recently where I wanted to clean up some imperative code and explore a functional approach to the same algorithm.
iOS dev
https://medium.com/inloop/creating-forms-in-ios-with-eureka-210223ed600f
Medium
Creating Forms in iOS with Eureka
For quite some time now, we’ve been working on a banking iOS application project. We’d been using an old framework for Forms written in…
iOS dev
https://useyourloaf.com/blog/more-interface-builder-tips-and-tricks/?utm_campaign=Revue%20newsletter&utm_medium=Newsletter&utm_source=Swiftly%20Curated
More Interface Builder Tips And Tricks
iOS dev
http://www.thomashanning.com/swift-comparing-enums-with-associated-values/
ThomasHanning.com
Swift: Comparing Enums With Associated Values
Comparing enums in Swift is very straightforward – as long as they don’t have associated values. In this post, we will discuss what you can do in that case.
iOS dev
https://www.appcoda.com/arkit-light-estimation/
AppCoda
ARKit Tutorial: Light Estimation with Ambient Intensity and Color Temperature
Once upon a time, a rock skid, made a spark, and humankind learned to create fire. This is the fifth installment of our ARKit series. Today, we will walk you through how to implement light estimation in augmented reality with ARKit.
Light estimation enhances…
iOS dev
https://www.raywenderlich.com/181656/aws-pinpoint-tutorial-ios-getting-started
kodeco.com
AWS Pinpoint Tutorial for iOS: Getting Started
In this AWS Pinpoint tutorial, you’ll learn how to integrate Pinpoint SDK in iOS for app analytics. You’ll also learn to add, upload, and analyze events.
iOS dev
https://blog.instabug.com/2018/02/continuous-integration-tools/
iOS dev
http://khanlou.com/2018/02/just-controllers/?utm_source=weeklycocoa.news&utm_medium=newsletter&utm_campaign=9th_week_2018
Just Controllers
iOS dev
https://www.swiftbysundell.com/posts/code-encapsulation-in-swift?utm_source=weeklycocoa.news&utm_medium=newsletter&utm_campaign=9th_week_2018
Swift by Sundell
Code encapsulation in Swift | Swift by Sundell
One of the biggest challenges when working on a continuously evolving code base is to keep things nicely encapsulated. Adding new capabilities without leaking abstractions can be really tricky. This week, let's take a look at a few techniques that can let…
iOS dev
https://medium.com/swiftly-swift/a-quick-look-at-semaphores-6b7b85233ddb
Medium
A Quick Look at Semaphores in Swift
🚦
Introduction to the concept of Semaphores
iOS dev
https://medium.com/@guilhermerambo/how-i-discovered-instagrams-upcoming-video-calling-feature-on-ios-934d7085da57
Medium
How I discovered Instagram's upcoming video calling feature on iOS
Yesterday I managed to grab some screenshots of a video calling UI on Instagram. This is the story of how that happened. I think the…
iOS dev
https://medium.com/ios-os-x-development/security-flaw-with-uiwebview-95bbd8508e3c
Medium
Security Flaw with UIWebView
UIWebView is something Apple already deprecated, and it is the API most developers complain about its performance — without native code…
iOS dev
http://martiancraft.com/blog/2018/02/handling-storyboard-merge-conflicts/
Martiancraft
Handling Storyboard Merge Conflicts
Storyboards can get a bad rap, but are a helpful tool. Here's how to use them to your advantage and avoid common conflicts.
iOS dev
https://useyourloaf.com/blog/quick-guide-to-property-animators/
Quick Guide To Property Animators