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://bryce.co/lldb-method-stubbing/
bryce.co
Fast Method Stubbing From LLDB
Using `thread return` to stub out methods on iOS, and finding more performant options.
iOS dev
https://swiftwithmajid.com/2020/02/19/mastering-buttons-in-swiftui/
Swift with Majid
Mastering buttons in SwiftUI
Button is one of the regularly used components in SwiftUI. We use buttons to allow users to produce actions. That’s why it is so essential to generalize the look and feel of buttons in our apps. This week we will master buttons in SwiftUI. We will learn how…
iOS dev
https://www.avanderlee.com/swift/command-line-tool-package-manager/
SwiftLee
Creating a command line tool using the Swift Package Manager
Swift makes it really easy to create a command-line tool. Improve developer productivity and replace repetitive tasks with your own Swift CLI tool.
iOS dev
https://sarunw.com/posts/how-to-create-activity-ring-in-swiftui/
Sarunw
How to create Activity Ring in SwiftUI | Sarunw
A guide to creating an activity-ring-like circular progress bar in SwiftUI. An in-depth tutorial of what I think when making a custom view. At the end of this article, you will be able to create the Activity ring used in the Activity app on Apple Watch.
iOS dev
https://medium.com/better-programming/building-custom-interactive-remote-push-notification-in-ios-4ffdba0b5281
Medium
Build Custom Interactive Remote Push Notifications in iOS
Create an interactive custom push notification UI to display a video preview with buttons to add and favorite
iOS dev
https://medium.com/@dmitrylupich/swift-combine-custom-publisher-6d1cc3dc248f
Medium
How to create custom Publisher in Combine
Learn how to create your own Combine publisher in Swift
iOS dev
https://swiftsenpai.com/xcode/asauthorizationappleidbutton-in-storyboard/
Swift Senpai
How to Use ASAuthorizationAppleIDButton in Storyboard
Using ASAuthorizationAppleIDButton in Storyboard is totally possible. Learn how this can be done by using custom UIButton with IBInspectable & IBDesignable.
iOS dev
https://matteomanferdini.com/computed-property-swift/
Matteo Manferdini
Computed properties in Swift: A basic feature for safer and cleaner code
Computed properties are a great tool to keep your code clean and free of bugs you should use in any code you write.
iOS dev
https://www.fivestars.blog/code/ultimate-guide-swift-executables.html
FIVE STARS
The Ultimate Guide To Swift Executables
🚀
| FIVE STARS
Exploring iOS, SwiftUI & much more.
iOS dev
https://www.avanderlee.com/swift/authentication-alamofire-request-adapter/
SwiftLee
Authentication with signed requests in Alamofire 5
Alamofire is a popular framework and makes it easy to set up networking. Using the request adapter we can create a authentication layer using e.g. JWT.
iOS dev
https://www.swiftbysundell.com/articles/what-makes-code-swifty/
Swift by Sundell
What makes code “Swifty”? | Swift by Sundell
The phrase “Swifty code” is often used to describe code that follows the conventions that are currently the most popular within the Swift community. But what exactly does that entail? Let’s take a look.
iOS dev
https://www.vadimbulavin.com/asynchronous-swiftui-image-loading-from-url-with-combine-and-swift/
Yet Another Swift Blog
Asynchronous Image Loading from URL in SwiftUI
Learn how to download a SwiftUI image asynchronously from a URL and display it in a list by means of the Combine framework and Swift 5.
iOS dev
https://andreaslydemann.com/architecting-an-analytics-service-for-ios-apps/
Andreas Lüdemann
Architecting an Analytics Service for iOS Apps
Monitoring the behavior of your app’s users is critical to the success of your app. If the only feedback you get from your users are App Store review, now is the right time to start using ana…
iOS dev
https://www.hackingwithswift.com/articles/213/how-to-build-neumorphic-designs-with-swiftui
Hacking with Swift
How to build neumorphic designs with SwiftUI
Try out a new design trend and learn something new
iOS dev
https://swift.org/blog/argument-parser/
Swift.org
Announcing ArgumentParser
We’re delighted to announce ArgumentParser, a new open-source library that makes it straightforward — even enjoyable! — to parse command-line arguments in Swift.
iOS dev
https://github.com/apple/swift/blob/master/docs/HowSwiftImportsCAPIs.md
GitHub
swift/docs/HowSwiftImportsCAPIs.md at main · apple/swift
The Swift Programming Language. Contribute to apple/swift development by creating an account on GitHub.
iOS dev
https://rambo.codes/posts/2020-02-20-mvc-with-sugar
Rambo Codes
MVC: Many View Controllers | Rambo Codes
Gui Rambo writes about his coding and reverse engineering adventures.
iOS dev
https://swiftwithmajid.com/2020/02/26/textfield-in-swiftui/
Swift with Majid
TextField in SwiftUI
This week I want to talk to you about a TextField component in SwiftUI. It might look like an elementary tutorial, but TextField has pretty exciting features like out of the box formatting that we don’t have in UIKit. But let’s start with the basics of the…
iOS dev
https://www.donnywals.com/using-keypaths-as-functions-in-swift-5-2/
Donny Wals
Using KeyPaths as functions in Swift 5.2 – Donny Wals
One of Swift 5.2's new features is the ability to use KeyPaths as functions. This can be extremely useful in cases where you'd only return the value of a certain KeyPath in a closure. Let'
iOS dev
https://kean.github.io/post/swiftui-data-flow
Alexander Grebenyuk
SwiftUI Data Flow
Everything you need to know about data flow in SwiftUI