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://medium.com/macoclock/ios-passwordless-chat-application-with-auth0-4c043a39411c
Medium
iOS Passwordless Chat Application with Auth0
Almost every application needs an authentication strategy
iOS dev
https://prograils.com/avplayerviewcontroller-video-ends
Prograils.com
How to check if a video ends playing in AVPlayer and other actions | Prograils
Wondering how to manage videos with AVPlayer in an iOS app? Read our tutorial and learn how to check if it has ended playing inter alia!
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://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.