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://holyswift.app/using-decorator-pattern-to-add-architectural-non-intrusive-analytics-in-swift
Holy Swift
Using Decorator Pattern to Add Architectural Non-Intrusive Analytics in Swift - Holy Swift
A tutorial guide on how to use Decorator Pattern to Add Architectural non-intrusive analytics in Swift. Discover this design pattern.
iOS dev
https://arturgruchala.com/rxswift-course-adding-rxswift-extensions-to-existing-code-part-1/
Artur Gruchała
RxSwift course - adding RxSwift extensions to existing code - part 1
This tutorial will use all pieces of information we gathered from previous posts
to refactor existing code to RxSwift. I created a base project
[https://github.com/agruchala/RxAPITraining]. Simple iOS application displaying
images in the collection view.…
iOS dev
https://trycombine.com/posts/swift-async-sequence-extensions-1/
try Code
Swift Async Sequence extensions (part 1)
Swift development related blog-posts. Combine, modern concurrency model, Instruments, and more.
iOS dev
https://trycombine.com/posts/swift-async-sequence-extensions-2/
try Code
Swift Async Sequence extensions (part 2)
Swift development related blog-posts. Combine, modern concurrency model, Instruments, and more.
iOS dev
https://ciechanow.ski/gps/
ciechanow.ski
GPS – Bartosz Ciechanowski
Interactive article explaining how GPS works.
iOS dev
https://developer.apple.com/news/?id=tff7423p
Apple
New App Store Connect API capabilities now available - Latest News - Apple Developer
The App Store Connect API now offers greater flexibility to automate and customize workflows for your app. With these new capabilities, you can create and submit in-app events, custom product pages, and product page optimization tests. This release also includes…
iOS dev
https://developer.apple.com/news/?id=ay7673lx
Apple
Apple Search Ads now supports custom product pages - Latest News - Apple Developer
With custom product pages, you can create up to 35 additional versions of your App Store product page to showcase different app features, content, or promotions. And now, new seamless integration with Apple Search Ads lets you easily use these pages to create…
iOS dev
https://applelocalization.com/?q=&l=English&l=French&l=German&l=Italian&l=Japanese&l=Spanish
Apple Localization Terms Glossary
An unofficial Apple localization terms glossary that allows you to search for standard localization texts provided by the Apple platform.
iOS dev
https://www.polpiella.dev/an-early-look-at-swift-extensible-build-tools
www.polpiella.dev
An early look at Swift extensible build tools
Trying out the Swift Package Manager's brand new extensible build tool by using the Swift 5.6 development snapshot.
iOS dev
https://5sw.de/2022/01/unknown-enum-cases/
Handling unknown enum cases
iOS dev
https://atomicbird.com/blog/clash-of-the-optionals/
Title
Clash of the Optionals
…or, how to accidentally break Swift initialization rules.
Today I’m going to talk about optionals. Swift optionals. And also another kind of optional. And how you might break the ironclad rules of Swift without realizing it until it’s too late.
What is an…
iOS dev
https://medium.com/gojekengineering/reducing-our-build-time-by-50-835b54c99588
Medium
Reducing Our Build Time By 50%
This is the story of how we reduced the build time by 50% by tweaking Xcode build settings on Gojek’s iOS app.
iOS dev
https://swiftwithmajid.com/2022/01/26/microapps-architecture-in-swift-resources-and-localization/
Swift with Majid
Microapps architecture in Swift. Resources and localization.
This week we will continue the topic of microapps architecture in Swift by touching on another essential edge of this approach. In this post, we will talk about sharing resources between modules and separating the localization of feature modules.
iOS dev
https://sarunw.com/posts/how-to-draw-custom-paths-and-shapes-in-swiftui/
Sarunw
How to draw custom paths and shapes in SwiftUI | Sarunw
Learn how to make hexagon-shaped profile pictures in SwiftUI.
iOS dev
https://www.pointfree.co/blog/posts/71-introducing-parser-builders
www.pointfree.co
Introducing Parser Builders
Today we are releasing 0.5.0 of our swift-parsing library, which leverages result builders for creating complex parsers with a minimal amount of syntactic noise. Learn how in this week's blog post, and give the library a spin today!
iOS dev
https://www.avanderlee.com/swift/self-documenting-code/
SwiftLee
Self-documenting code in Swift to increase readability
Self-documenting code in Swift makes your code easier to understand by using extensions, type aliases, and by not using trailing closures.
iOS dev
https://www.fivestars.blog/articles/button-styles/
FIVE STARS
Exploring SwiftUI's Button styles | FIVE STARS
Exploring iOS, SwiftUI & much more.
iOS dev
https://www.fivestars.blog/articles/xcode-13-3-beta-1/
FIVE STARS
New SwiftUI documentation in Xcode 13.3 beta 1 | FIVE STARS
Everything new in SwiftUI in Xcode 13.3b1
iOS dev
https://holyswift.app/using-native-swift-to-make-units-conversions
Holy Swift
Using native Swift to make Units Conversions
A Cryptocurrency example!
iOS dev
https://www.emergetools.com/blog/posts/FasterAppStartupOrderFiles
Emergetools
Emerge Tools Blog | How Order Files Reduce App Startup Time
An in depth look at how long it takes to read an app binary from disk, and why order files make apps launch faster.