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://itnext.io/modularize-xcode-projects-using-local-swift-packages-8fd844c19081
Medium
Modularize Xcode Project using local Swift Packages
Swift Package Manager is most likely the future of working with Swift dependencies, but we can also use it to manage local code!
iOS dev
https://useyourloaf.com/blog/swiftui-adaptive-stack-view-with-equal-distribution/
Use Your Loaf
SwiftUI Adaptive Stack View With Equal Distribution
Getting to grips with SwiftUI requires thinking a little different.
iOS dev
https://www.avanderlee.com/swiftui/conditional-view-modifier/
SwiftLee
How to create a Conditional View Modifier in SwiftUI
A Conditional View Modifier can be created using a custom extension on View. Combined with a Boolean extension we simplify our SwiftUI logic.
iOS dev
https://holyswift.app/single-forward-pipe-operator-in-swift
Holy Swift
Single Forward Pipe Operator in Swift - Holy Swift
This article is how to make a Single Forward Pipe Operator in Swift. Come and learn this Functional Programming technique in Swift.
iOS dev
https://medium.com/realm/adapting-apples-scrumdinger-swiftui-tutorial-app-to-use-realm-2ccabaaa855b
Medium
Adapting Apple’s Scrumdinger SwiftUI Tutorial App to Use Realm
Apple published a great tutorial to teach developers how to create iOS apps using SwiftUI. Here I show how to migrate that app to Realm.
iOS dev
https://www.swiftbysundell.com/articles/styled-localized-strings-in-swift/
Swift by Sundell
Styling localized strings in Swift | Swift by Sundell
How to render localized strings that contain mixed styling using either UIKit or SwiftUI.
iOS dev
https://developer.apple.com/news/?id=ib31uj1j
Apple
App Store submission update - Latest News - Apple Developer
Make sure your apps make the most of iOS 14, iPadOS 14, and watchOS 7. Build your apps with the Xcode 12.5 Release Candidate, update your product pages, and submit them for review.
iPhone and iPad apps. Starting April 26, 2021, all iPhone and iPad apps submitted…
iOS dev
https://developer.apple.com/documentation/xcode-release-notes/xcode-12_5-release-notes
Xcode 12.5 Release Notes
iOS dev
https://sarunw.com/posts/how-to-set-screen-background-color-in-swiftui/
Sarunw
How to set a screen's background color in SwiftUI | Sarunw
Setting background color in SwiftUI is not as straightforward as UIKit. Let's learn how to do it.
iOS dev
https://sarunw.com/posts/xcode-shortcuts-for-swiftui/
Sarunw
4 Xcode shortcuts to boost your productivity for SwiftUI | Sarunw
Leaning tips and tricks about the tool will help you down the road. Today, I will show you 4 Xcode shortcuts that I find helpful when dealing with SwiftUI.
iOS dev
https://swiftsenpai.com/development/get-ready-apptrackingtransparency/
Swift Senpai
Getting Ready for App Tracking Transparency - Swift Senpai
Learn how to get user's permission to track them or to access their device's IDFA by using the AppTrackingTransparency framework in iOS 14.5.
iOS dev
https://holyswift.app/coordinators-and-tab-bars-a-love-story
Holy Swift
Coordinators and Tab Bars: A Love Story - Holy Swift
This is the tutorial guide on how to make Coordinators and Tab Bars work together. Learn how to make great app flow with coordinators.
iOS dev
https://medium.com/ivymobility-developers/unit-test-in-ios-1cc224aa35c3
Medium
iOS Unit Testing
by a simple example.
iOS dev
https://www.swiftjectivec.com/collapsable-collectionview/
Swiftjective-C
Collapsible UICollectionView Sections
Create a basic UICollectionView with a collapsing section.
iOS dev
https://useyourloaf.com/blog/debugging-core-data/
Use Your Loaf - iOS Development News & Tips
Debugging Core Data
Apple recommended launch arguments to catch and debug Core Data problems.
iOS dev
https://www.mobileatscale.com/
Free until 31 May
Building Mobile Apps at Scale: 39 Engineering Challenges
Mobile Apps at Scale: 39 Engineering Challenges
The guide for building large, iOS and Android native apps - with the challenges and common solutions across the industry.
iOS dev
https://www.andyibanez.com/posts/raw-strings-swift/
Andy Ibanez - iOS Developer
Raw Strings in Swift
Learn what Raw Strings are in Swift and how to use them.
iOS dev
https://blog.scottlogic.com/2021/04/07/custom-swiftui-animation.html
Scott Logic
Blob, the Builder - A Step by Step Guide to SwiftUI Animation
A step by step guide through the process of building my first bespoke animation with SwiftUI. Touching on technical aspects specific to SwiftUI and more general concepts relating to animation.
iOS dev
https://www.avanderlee.com/combine/nsmanagedobject-observe-changes-core-data/
SwiftLee
How to observe NSManagedObject changes in Core Data using Combine
NSManagedObject changes in Core Data can be observed by using Publishers in Combine and keeps both UIViews an SwiftUI Views up to date.
iOS dev
https://www.swiftbysundell.com/articles/swiftui-frame-modifier/
Swift by Sundell
Using SwiftUI’s frame modifier to resize and align views | Swift by Sundell
How the frame modifier can be used to create resizable views that fill the container they’re rendered in.