iOS dev
@iosdevio
10.9K
subscribers
12
photos
5
files
6.01K
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.9K subscribers
iOS dev
https://www.swiftbysundell.com/articles/swifts-closure-capturing-mechanics/
Swift by Sundell
Swift’s closure capturing mechanics | Swift by Sundell
This week, let’s take a look at the various ways that Swift closures can capture the objects and values that they depend on, and how we can control those mechanics.
iOS dev
https://levelup.gitconnected.com/better-ios-apps-with-interaction-driven-design-f9187e745641
Medium
Better iOS Apps with Interaction-Driven Design
Build clean, organized and maintainable apps
iOS dev
https://medium.com/flawless-app-stories/on-device-machine-learning-with-swiftui-and-pytorch-mobile-aa0dcec5d881
Medium
On-Device Machine Learning with SwiftUI and PyTorch Mobile
Let’s build a simple image classification iOS app that demonstrates how to integrate PyTorch Mobile with SwiftUI
iOS dev
https://medium.com/better-programming/swiftui-create-a-tinder-style-swipeable-card-view-283e257cb102
Medium
SwiftUI: Create a Tinder-Style Swipeable Card View
Cards and swipe gestures in SwiftUI
iOS dev
https://www.vadimbulavin.com/asynchronous-programming-with-future-and-promise-in-swift-with-combine-framework/
Yet Another Swift Blog
Asynchronous Programming with Futures and Promises in Swift with Combine Framework
Learn asynchronous programming in Swift 5 with Combine futures and promises. What is a future and a promise? How to use futures and promises with the Combine framework in Swift 5? What is the difference between promises and callbacks? These are the questions…
iOS dev
https://medium.com/better-programming/implementing-context-menus-in-ios-13-using-swiftui-or-uikit-f6f629bbd561
Medium
Implementing Context Menus in iOS 13 Using SwiftUI or UIKit
Learn how to show context menus in your iOS apps with this tutorial
iOS dev
https://www.swiftjectivec.com/diffable-datasource-empty-view/
iOS dev
https://oleb.net/2020/sheet-environment/
oleb.net
Sheets don’t inherit the environment – Ole Begemann
Unlike other views, sheets in Swift UI do <em>not</em> inherit the environment from their parent view.
iOS dev
https://engineers.sg/conference/iosconfsg-2020
Engineers.SG
Playlist: iOS Conference SG 2020 - Engineers.SG
iOS dev
https://swiftsenpai.com/testing/test-doubles-in-swift/
Swift Senpai
Test Doubles in Swift: Dummy, Fake, Stub, Mock - Swift Senpai
Test doubles are extremely useful when used in testing complex code components. In this article, learn how to achieve dummy, fake, stub and mock in Swift.
iOS dev
https://sarunw.com/tips/intrinsic-content-size-in-swiftui/
Sarunw
Intrinsic content size in SwiftUI | Sarunw
How to define intrinsic content size in SwiftUI
iOS dev
https://swiftwithmajid.com/2020/01/29/using-uikit-views-in-swiftui/
Swift with Majid
Using UIKit views in SwiftUI
A few weeks ago, we talked about building views like PagerView and BottomSheetView from scratch in SwiftUI. SwiftUI is pretty young and misses some components that we expect to have out of the box. But it provides all the needed APIs to build whatever we…
iOS dev
https://medium.com/@balzsvincze/5-swift-extensions-to-make-your-life-easier-1accb384cbac
Medium
5+1 Swift extensions to make your life easier
Ttoday I’ll show you five small Swift extensions I use in almost every iOS project.
iOS dev
https://www.swiftbysundell.com/articles/slicing-swift-collections/
Swift by Sundell
Slicing Swift collections | Swift by Sundell
Let’s take a look at how we can utilize Swift’s various collection slicing APIs, and how doing so can help us boost the performance of various algorithms and functionality.
iOS dev
https://useyourloaf.com/blog/xcode-test-plans/
Use Your Loaf - iOS Development News & Tips
Xcode Test Plans
Catch more bugs using Xcode test plans to run your tests with different localizations, sanitizers and environments.
iOS dev
https://quickbirdstudios.com/blog/ios-app-security-best-practices/
QuickBird Studios
iOS App Security: Best Practices
In this article, we focus on iOS App Security and show you concrete techniques on how to improve security in your iOS apps.
iOS dev
https://medium.com/better-programming/13-xcode-shortcuts-to-boost-your-productivity-329c90512309
Medium
13 Xcode Shortcuts to Boost Your Productivity
Assistant editors, Minimap, SwiftUI previews, fix all errors, multiple cursors, and more
iOS dev
https://medium.com/better-programming/create-link-preview-without-linkpresentation-4af049966854
Medium
Create a Twitter-Like Link Preview in Your iOS Apps Using SwiftUI
Learn an easy way to create link previews without using the LinkPresentation framework, which is only available on iOS 13+
iOS dev
https://medium.com/better-programming/implement-a-service-oriented-architecture-in-swift-5-fc70b8117616
Medium
Implement a Service-Oriented Architecture in Swift 5
Why using just MVC/MVVM/VIPER isn’t enough
iOS dev
https://medium.com/@andres.portillo/implementing-a-generic-search-screen-using-mvvm-and-rxswift-cd1d6fb134c
Medium
Implementing a generic search screen using MVVM and RxSwift
As iOS developers, one of the tasks that we end up working on again and again is implementing a search screen. If our app requires us to…