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://devtechie.medium.com/new-in-swiftui-3-primaryaction-for-menu-384a16501b54
Medium
New in SwiftUI for iOS 15: PrimaryAction for Menu
Let’s build a slide-out menu — like the navigation drawer
iOS dev
https://swiftwithmajid.com/2021/10/28/blur-effect-and-materials-in-swiftui/
Swift with Majid
Blur effect and materials in SwiftUI
SwiftUI has the blur view modifier from the very first day. It allows us to build super custom blur effects quickly. On the other hand, SwiftUI Release 3 gives us the new Material type that specifies different blur effects defined in Human Interface Guidelines.…
iOS dev
https://swiftrocks.com/enabling-module-stability-in-swift-package-manager-projects
Swiftrocks
Enabling Module Stability in Swift Package Manager Projects
Uh-oh! You've been visited by the module stability fairy. Let's see how to solve this classic error.
iOS dev
https://swiftrocks.com/how-to-solve-any-ios-crash-ever
Swiftrocks
How To Solve Any iOS Crash Ever
Ever had a crash in which you had absolutely no idea what was going on, and no amount of testing allowed you to reproduce the issue? If so, you've come to the right place!
iOS dev
https://cornerbit.tech/working-with-the-api-calls-in-the-playgrounds/
iOS dev
https://movingparts.io/fonts-in-swiftui
Moving Parts
SwiftUI under the Hood: Fonts
A look at what we've lost going from UIFont to SwiftUI and what it takes to get it back.
iOS dev
https://www.mongodb.com/developer/how-to/swiftui-previews/
Mongodb
Making SwiftUI Previews Work For You | MongoDB
Learn how to make SwiftUI previews to write better iOS apps faster
iOS dev
http://aplus.rs/2021/async-operation-coredata-save/
Async Operation for Core Data imports
iOS dev
https://holyswift.app/iteratively-reverse-linked-list-in-swift
Holy Swift
Iteratively Reverse Linked List in Swift - Holy Swift
Learn how to iteratively Reverse Linked List in Swift. Learn this reverse linked list data structure algorithm in Swift and iOS now!
iOS dev
https://www.swiftbysundell.com/articles/making-async-system-apis-backward-compatible/
Swift by Sundell
Making async system APIs backward compatible | Swift by Sundell
How to make it possible to use async system APIs on earlier operating system versions.
iOS dev
First issue with 10,000 subscribers
Thanks devs!
🍻
iOS dev
https://swiftwithmajid.com/2021/11/03/managing-safe-area-in-swiftui/
Swift with Majid
Managing safe area in SwiftUI
A safe area defines the area within a view that isn’t covered by a navigation bar, tab bar, toolbar, or other views. SwiftUI views respect safe areas out of the box. But there are plenty of situations when you need to customize this behavior. This week we…
iOS dev
https://antran.app/2021/github_copilot_swift
How to use Github Copilot with Swift using Visual Studio Code?
iOS dev
https://www.fivestars.blog/articles/custom-environment-values-cheatsheet/
FIVE STARS
Custom SwiftUI Environment Values Cheatsheet | FIVE STARS
A collection of the most common custom types we might define into the environment.
iOS dev
https://indiestack.com/2021/10/dangerous-logging-in-swift/
Indie Stack
Dangerous Logging in Swift
I recently came across a perplexing crash in my unit tests that led me down a path of discovery, culminating in an awareness that "I was holding it wrong" when it comes to using NSLog in Swift.Here is the source code to an extension on FileManager intended…
iOS dev
https://sarunw.com/posts/how-to-create-macos-app-without-storyboard/
Sarunw
How to create a macOS app without storyboard or xib files | Sarunw
macOS is tightly coupled with storyboard and xib than iOS. To build your UI entirely in code, we have to do some initial setup.
iOS dev
https://sarunw.com/posts/how-to-use-custom-fonts-in-wkwebview/
Sarunw
How to use custom fonts in WKWebView | Sarunw
Learn how to use local custom fonts that bundle with your application in WKWebView. It isn't hard, but not very obvious how to do it.
iOS dev
https://betterprogramming.pub/how-to-reverse-engineer-an-ios-app-313a95950aff
Medium
How To Inspect an iOS App
Use Xcode’s debugger
iOS dev
https://betterprogramming.pub/build-a-swift-snake-game-using-declarative-domain-paradigm-7eb34a139017
Medium
Build a Snake Game in Swift Using the Declarative Domain Paradigm
Immutable yet fun
iOS dev
https://www.kiloloco.com/articles/013-published-protocols-with-combine-on-ios/
Kilo Loco
Publishing Updates Using Protocols with Combine on iOS | Kilo Loco
Using @Published variables with protocols in Swift.