iOS dev
@iosdevio
10.9K
subscribers
12
photos
5
files
6.03K
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.avanderlee.com/swiftui/presenting-sheets/
SwiftLee
Sheets in SwiftUI explained with code examples
Sheets in SwiftUI allow you to present a view on top of another. Learn how you can control multiple sheets using a generic solution.
iOS dev
https://betterprogramming.pub/morphing-nodes-under-scenekit-b6c72784265a
Medium
Morphing Nodes Under SceneKit
A look at how to change the geometry of an object in SceneKit
iOS dev
https://holyswift.app/animated-background-in-swiftui/
Holy Swift
Animated Background in SwiftUI - Holy Swift
Learn how to animate shapes using trim and stroke. In this tutorial, we use SwiftUI animations to give life to your app and amaze your users.
iOS dev
https://www.swift.org/blog/future-of-foundation/
Swift.org
The Future of Foundation
The Foundation framework is used in nearly all Swift projects. It provides both a base layer of functionality for fundamentals like strings, collections, and dates, as well as setting conventions for writing great Swift code.
iOS dev
https://www.apple.com/newsroom/2022/12/apple-announces-biggest-upgrade-to-app-store-pricing-adding-700-new-price-points/
Apple Newsroom
Apple announces biggest upgrade to App Store pricing, adding 700 new price points
Apple today announced the most comprehensive upgrade to pricing capabilities since the App Store first launched.
iOS dev
https://trycombine.com/posts/simple-view-modifier-to-handle-features-that-are-only-enabled-in-the-pro-version-of-the-app/
try Combine
SwiftUI view modifier for paid app features
Swift development related blog-posts. Combine, modern concurrency model, Instruments, and more.
iOS dev
https://swiftsenpai.com/development/getting-started-widgetkit/
Swift Senpai
Getting Started With WidgetKit - Swift Senpai
Learn to build custom widgets on iOS, iPadOS, and macOS with Apple's WidgetKit framework. This guide covers everything you need to know!
iOS dev
https://www.avanderlee.com/swiftui/formatstyle-formatter-restrict-textfield-input/
SwiftLee
How to use FormatStyle to restrict TextField input in SwiftUI
Restrict TextField input to a specific set of characters by making use of a custom FormatStyle or Formatter in SwiftUI.
iOS dev
https://medium.com/@mikhailmaslo/test-push-notifications-w-o-3rd-party-services-f0d1696f733a
Medium
Test push notifications w/o 3rd party services
Test push notifications in the Terminal without exposing a certificate and a private key to a 3rd party service with these simple commands.
iOS dev
https://www.polpiella.dev/swift-async-await-in-aws-lambdas
www.polpiella.dev
Swift async/await in AWS lambdas
Exploring the new Swift AWS lambda runtime API and how it enables the use of async/await.
iOS dev
https://artandscienceofcoding.com/science/kmm-maximizing-shared-code/
art and science of coding
The Art of Multiplatform Programming: The Secret to Maximizing Shared Code
iOS dev
http://swiftwithmajid.com/2022/12/06/building-custom-layout-in-swiftui-spacing/
Swift with Majid
Building custom layout in SwiftUI. Spacing.
Multiple layouts allow us to compose views in different ways. One crucial thing is the spacing between children of the concrete layout. This week we will learn how to build a custom layout allowing us to specify a particular spacing between views and how…
iOS dev
https://www.swift.org/blog/future-of-foundation/
Swift.org
The Future of Foundation
The Foundation framework is used in nearly all Swift projects. It provides both a base layer of functionality for fundamentals like strings, collections, and dates, as well as setting conventions for writing great Swift code.
iOS dev
https://blog.jetbrains.com/appcode/2022/12/appcode-2022-3-release-and-end-of-sales-and-support/
The JetBrains Blog
AppCode 2022.3 Release and End of Sales and Support | The AppCode Blog
AppCode 2022.3 has just been released. With the release of v2022.3, we are sunsetting the product.
iOS dev
https://async.techconnection.io/talks/frenchkit-2022/antoine-van-der-lee-any-idea-how-to-use-some-generics/
async.techconnection.io
any Idea How to Use some Generics? - Antoine Van der Lee
any Idea How to Use some Generics?: a talk by Antoine Van der Lee presented at frenchkit 2022 about Generics
iOS dev
https://www.jessesquires.com/blog/2022/12/14/simctrl-status_bar-broken/
Jesse Squires
Workaround: simctl status_bar broken for iOS 16 simulators
Xcode 11 shipped with simctl status_bar, a tool to override the status bar values in the simulator so you can take perfect screenshots. I’ve written about th...
iOS dev
https://www.jessesquires.com/blog/2022/12/15/powerful-navigation-api/
Jesse Squires
A powerful UINavigationController API that you might not know about
If you have ever worked on an iOS app, you have definitely used UINavigationController. It has been around since iOS 2 and is a fundamental component in UIKi...
iOS dev
https://typefully.com/DanHollick/gpnhhud
Typefully
Shaders | Dan Hollick
Ever heard of a shader but too afraid to ask what it even means at this point?
Lets fuck around and find out
👇
iOS dev
https://oleb.net/2022/swiftui-view-lifecycle/
Ole Begemann
Understanding SwiftUI view lifecycles
I wrote an app for observing how various SwiftUI constructs and container views affect view lifecycles, including the lifetime of state.
iOS dev
https://danielsaidi.com/blog/2022/12/10/document-group-double-back-button-fix
Daniel Saidi
DocumentGroup double back button fix
If you are building DocumentGroup-based apps in SwiftUI, you may have noticed that apps that worked fine in Xcode 15 now show two back bu...