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://nshipster.com/cmmotionactivity/
NSHipster
CMMotionActivity
Today’s iPhones are packed with a full complement of sensors that includes cameras, barometers, gyroscopes, magnetometers, and accelerometers. Like humans, they use permutations of different sensory information to make determinations about their position…
iOS dev
https://rolandleth.com/increasing-the-tap-area-of-a-uibutton
Increasing the tap area of a UIButton
iOS dev
https://useyourloaf.com/blog/adding-padding-to-a-stack-view/
Adding Padding To A Stack View
iOS dev
https://www.objc.io/blog/2018/09/11/building-a-form-library/
www.objc.io
Building a Form Library
Design goals, features and implementation
iOS dev
https://medium.com/swift2go/building-grpc-client-ios-swift-note-taking-app-6133c7d74644
Medium
Building gRPC Client iOS Swift Note Taking App
You can also read this article in my Xcoding With Alfian blog website using the link below.
iOS dev
https://www.scaledrone.com/blog/solid-principles-for-becoming-a-better-ios-swift-developer/
Scaledrone Blog
SOLID Principles for Becoming a Better iOS/Swift Developer
Become a better Swift developer by learning how to apply SOLID principles in your own code! SOLID stands for five guiding principles for OOP programming.
iOS dev
https://makeapppie.com/2018/09/12/changes-to-xcode-10-storyboards/
Make App Pie
Changes to Xcode 10 Storyboards.
There’s been some great changes to playgrounds in Xcode 10 that will make your code even easier to prototype than ever before. Let’s take a look at some of the changes. In Xcode 10 ope…
iOS dev
https://agostini.tech/2018/09/09/bellman-ford-algorithm-in-swift/
agostini.tech
Bellman-Ford Algorithm in Swift | agostini.tech
Bellman-Ford algorithm is a very versatile algorithm for finding the shortest path on an edge weighted digraph. In this article we'll implement it in swift.
iOS dev
https://www.swiftbysundell.com/posts/lightweight-presenters-in-swift
Swift by Sundell
Lightweight presenters in Swift | Swift by Sundell
This week, let’s take a look at how we can use the presenter pattern to move some code normally contained within view controllers - specifically related to the presentation of additional UIs - into separate, dedicated types, to improve our separation of concerns.
iOS dev
https://www.swiftbysundell.com/posts/reusable-data-sources-in-swift
Swift by Sundell
Reusable data sources in Swift | Swift by Sundell
This week, let's take a look at how we can implement data sources for table and collection views in a more reusable manner, and how doing so can let us make our list-based UI code more composable and easier to work with.
iOS dev
http://www.tekramer.com/using-switch-statements-and-case-let-for-type-checking-in-swift
Using Switch Statements And Case Let for Type Checking in Swift
iOS dev
https://www.bignerdranch.com/blog/icing-on-the-slice/
Big Nerd Ranch
Icing on the Slice: Providing more value to users with multiple actions - Big Nerd Ranch
Check out our blog post Icing on the Slice: Providing more value to users with multiple actions from Big Nerd Ranch. Learn more and read it now!
iOS dev
http://danielemargutti.com/2018/09/09/prefetching-images-size-without-downloading-them-entirely-in-swift/
iOS dev
https://www.hackingwithswift.com/articles/77/whats-new-in-swift-4-2
Hacking with Swift
What’s new in Swift 4.2
Enum case arrays, warning and compiler directives, and more!
iOS dev
https://www.bignerdranch.com/blog/migrating-to-unified-logging-swift-edition/
Big Nerd Ranch
Migrating to Unified Logging, Swift Edition - Big Nerd Ranch
Check out our blog post Migrating to Unified Logging, Swift Edition from Big Nerd Ranch. Learn more and read it now!
iOS dev
http://khanlou.com/2018/09/bloom-filters/
Bloom Filters and Swift 4.2
iOS dev
https://swiftrocks.com/swift-associated-types-with-default-values.html
Swiftrocks
Swift Associated Types With Default Values
I was browsing the Swift forums when I stumbled across a discussion regarding an undocumented feature of Swift (as of this post's date): the ability to give associated types a default value.
iOS dev
http://www.vadimbulavin.com/tableviewcell-display-animation/
Yet Another Swift Blog
Animating Table View Cells Display
In this article you will learn how to boost user experience of your app by adding custom display animations for table view cells.
iOS dev
https://blog.usejournal.com/type-safe-swift-models-fce55d6eccc7
Medium
🔒
Type-Safe Swift Models
In this article, we will go through Type-Safe ways of Model design, Codable and how to decrease boilerplates we all have to write in…
iOS dev
https://larder.io/blog/larder-links-07-ios-testing/
Larder - bookmarking for developers
What's in your Larder: iOS testing frameworks
iOS dev
https://benscheirman.com/2018/09/capturing-self-with-swift-4-2/