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://www.kiloloco.com/articles/009-using-decodable-dynamic-values-swift/
Kilo Loco
Using Decodable with Dynamic Values in Swift | Kilo Loco
Using Decodable to decode dynamic JSON values in Swift.
iOS dev
https://oleb.net/2021/swift-language-reference/
oleb.net
Swift needs a better language reference – Ole Begemann
Reference documentation should be searchable, linkable, and ideally integrated into IDEs. A badly structured book isn’t good enough.
iOS dev
https://www.andyibanez.com/posts/strategies-asking-users-rate-your-app/
Andy Ibanez - iOS Developer
Strategies For Asking Users to Rate Your App
Having our apps have good reviews is generally a good thing. After all, many users look into how many stars an app has before deciding on downloading it. Apps with a general poor rating may not get many downloads (unless they are “essential” apps of any kind…
iOS dev
https://blog.artemnovichkov.com/bluetooth-and-swiftui
Teletype
Bluetooth and SwiftUI. Developing app for RGB stripe control
Dev journey about working with Bluetooth, SwiftUI, and Combine
iOS dev
https://www.swiftbysundell.com/articles/a-swift-developers-wwdc-dreams-2021/
Swift by Sundell
A Swift developer’s WWDC dreams - 2021 edition | Swift by Sundell
With the start of WWDC21 just around the corner, I’d like to share some of my biggest hopes and dreams for this year’s edition of the conference.
iOS dev
https://holyswift.app/evolving-a-string-extension-using-functional-programming-in-swift
Holy Swift
Evolving a String Extension using Functional Programming in Swift - Holy Swift
This is an exploration on a String Extension using Functional Programming. If you are interested in Swift and FP come and learn!
iOS dev
https://khawerkhaliq.com/blog/swift-command-pattern-not-required/
Khawer Khaliq
Rethinking Design Patterns in Swift – Command Pattern
Enjoy all the benefits of the Command Pattern and more, without the complexity and boilerplate code associated with the object-oriented implementation of this classic pattern, while keeping your code simpler and more efficient, testable, and concurrency…
iOS dev
https://swift.org/blog/package-collections/
Swift.org
Package Collections
In Swift 5.5, the Swift Package Manager adds support for package collections — bite size curated lists of packages that make it easy to discover, share and adopt packages.
iOS dev
https://benscheirman.com/2021/06/async-await-and-the-future-of-combine/
Ben Scheirman
Async/Await and the Future of Combine
Swift 5.5 is here with Xcode 13 Beta and with it comes my favorite new addition to Swift: Async/Await.
iOS dev
https://swiftui-lab.com/swiftui-21-in-numbers
The SwiftUI Lab
SwiftUI ’21 in Numbers
WWDC ’21 is finally here and it brought a lot of new toys to play with. In the upcoming weeks I will be writing new articles and will update the [...]
iOS dev
https://nemecek.be/blog/108/meet-the-new-bottom-sheet-in-ios-15
nemecek.be
Meet the new bottom sheet in iOS 15
We can finally use the modal sheet that does not take up the entire screen on an iPhone. And it is just a bit of configuration.
iOS dev
https://nemecek.be/blog/107/big-improvements-to-uibutton-in-ios-15
nemecek.be
Big improvements to UIButton in iOS 15
Predefined styles. Trailing images! Loading style and much more.
iOS dev
https://medium.com/pinterest-engineering/what-we-learned-from-an-ios-app-ooms-incident-eb31eada251
Medium
What we learned from an iOS app OOMs incident
Liang Ma | Software Engineer, App Foundations
iOS dev
https://serialcoder.dev/text-tutorials/swiftui/asyncimage-in-swiftui
SerialCoder.dev
AsyncImage in SwiftUI - SerialCoder.dev
Read about the brand new AsyncImage view in the third release of SwiftUI, and load and display remote images asynchronously and effortlessly.
iOS dev
https://www.swiftjectivec.com/ios-15-notable-uikit-additions
Swiftjective-C
iOS 15: Notable UIKit Additions
iOS 15 is coming in hot! Check out new ways to decode images, present sheets and more.
iOS dev
https://betterprogramming.pub/whats-new-in-swiftui3-ios15-fa0e0d62235b
Medium
What’s New in SwiftUI 3.0?
Markdown support, new button styling, customizable lists, and more
iOS dev
https://sarunw.com/posts/pull-to-refresh-in-swiftui/
Sarunw
Pull to refresh in SwiftUI with refreshable | Sarunw
SwiftUI got a native way to add UIRefreshControl in iOS 15. Let's find out how to add it in the list view and even your custom view.
iOS dev
https://sarunw.com/posts/how-to-use-pre-release-swift-version-in-xcode/
Sarunw
How to use a pre-release Swift version in Xcode | Sarunw
Each Xcode version comes with a specific Swift toolchain, but you don't have to wait for a new Xcode version to try the new Swift features. Let's see how we can switch between different Swift toolchains in Xcode.
iOS dev
https://wwdcbysundell.com/2021/roll-your-own-shazam-with-shazamkit/
WWDC by Sundell & Friends
Roll your own Shazam with the new ShazamKit framework | WWDC by Sundell & Friends
Learn how you can create a catalog with custom audio signatures and recognize it using ShazamKit.
iOS dev
https://swiftwithmajid.com/2021/06/02/frames-in-swiftui/
Swift with Majid
Frames in SwiftUI
SwiftUI provides us a magical frame modifier that you might think is very simple and straightforward to use. But there is a lot of complicated logic under the hood. This week we will talk about fixed and flexible frames and the frame modifier to control them.
iOS dev
https://swiftwithmajid.com/2021/06/08/what-is-new-in-swiftui-after-wwdc21/
Swift with Majid
What is new in SwiftUI after WWDC21
WWDC21 is finally here, and there are many new things in the updated version of SwiftUI. I’m happy to share with you that many items on my wishlist have finally arrived. In this post, I will try to give you a summary of the significant SwiftUI additions of…