iOS dev
@iosdevio
10.8K
subscribers
12
photos
5
files
6.09K
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://swiftwithmajid.com/2020/09/16/tabs-and-pages-in-swiftui/
Swift with Majid
Tabs and pages in SwiftUI
This week we will talk about creating tabs and pager views in SwiftUI. TabView gained superpower during WWDC20. We can now use it across all the Apple platforms to build tabbed and paged user experiences with SwiftUI out of the box.
iOS dev
https://fivestars.blog/swiftui/impossible-swiftui-views.html
FIVE STARS
Why SwiftUI primitives have body type Never? | FIVE STARS
An exploration of impossible SwiftUI views
iOS dev
https://dmtopolog.com/dark-side-of-extensions/
topolog’s tech blog
Dark side of extensions in Swift
Extension is a very powerful concept in Swift. It has several different applications in our code: we can extend the data types we don’t own, we can extend our own ones, we can separate the functionality and protocol conformance. Each one of them gives us…
iOS dev
https://swiftrocks.com/ui-testing-deeplinks-and-universal-links-in-ios
Swiftrocks
UI Testing Deeplinks and Universal Links in iOS
Did you know it's possible to terminate your app in the middle of an XCUITest and launch it again from somewhere else? Let's see how to use this trick to test that deeplinks and universal links are properly launching our app when executed from Safari or iMessage.
iOS dev
https://uptech.team/blog/swift-package-manager
www.uptech.team
Swift Package Manager and How to Cache It with CI | Uptech
Check out how Swift Packege Manager, that helps to simplify the development process and how the Fastlane tool can be used
iOS dev
https://medium.com/swlh/improve-your-ux-with-core-animations-d1f7677cdb86
Medium
Improve Your iOS UX With Core Animations
A simple step by step guide to make awesome effects in your iOS applications
iOS dev
https://medium.com/kinandcartacreated/widgetkit-advanced-development-part-1-dbb0e49e849c
Medium
WidgetKit: Advanced development - Part 1
In this part: Widgets and API calls, Changing the design based on widget size and Keeping the widget up to date
iOS dev
https://medium.com/better-programming/10-powerful-attributes-in-swift-d4e4153a0001
Medium
10 Powerful @Attributes in Swift
Understand how to use the attributes correctly and efficiently
iOS dev
https://prograils.com/posts/swift-tutorial-radio-button-pure-code
Prograils.com
Swift tutorial: Creating a radio button with pure code | Prograils
Create a radio button in your Swift mobile application with just pure code. Our new mobile development tutorial will show you how to make one without Storyboards. Check it out!
iOS dev
https://useyourloaf.com/blog/launching-ios-apps-with-a-custom-url-scheme/
Use Your Loaf - iOS Development News & Tips
Launching iOS Apps with a Custom URL Scheme
Developing a custom URL scheme to launch your App to specific contexts? What's the best way to try different URLs?
iOS dev
https://www.avanderlee.com/swift/diffable-data-sources-adoption/
SwiftLee
Diffable Data Sources Adoption with Ease
Diffable Data Sources simplify data managing in UIKit apps with several benefits. Adopt this new API with ease and benefit too!
iOS dev
https://www.swiftbysundell.com/articles/creating-generic-networking-apis-in-swift/
Swift by Sundell
Creating generic networking APIs in Swift | Swift by Sundell
A few different techniques that can help us share common networking logic, while also utilizing Swift’s advanced type system to make that kind of code more robust.
iOS dev
https://www.swiftbysundell.com/tips/creating-closure-based-ui-controls-with-uiaction/
Swift by Sundell
Creating closure-based UI controls using UIAction | Swift by Sundell
A new addition to UIKit in iOS 14.
iOS dev
https://benoitpasquier.com/create-watchos-app-in-swiftui/
Benoit Pasquier
Create a watchOS app in SwiftUI
Designing a watchOS app in Swift always felt to be quite tricky. I could spend hours tweaking redoing layout and constraints. With SwiftUI supporting watchOS, I wanted to have a new try at it, releasing a standalone app for Apple Watch.
iOS dev
https://fivestars.blog/swiftui/label.html
FIVE STARS
SwiftUI's Label | FIVE STARS
Explore this new SwiftUI view beyond the basics.
iOS dev
https://sarunw.com/posts/how-to-save-export-image-in-mac-catalyst/
Sarunw
How to save/export an image in Mac Catalyst | Sarunw
Learn how to lets users save an image outside of your app’s sandbox.
iOS dev
https://swift.org/blog/swift-on-windows/
Swift.org
Introducing Swift on Windows
The Swift project is introducing new downloadable Swift toolchain images for Windows! These images contain development components needed to build and run Swift code on Windows.
iOS dev
https://docs.swift.org/swift-book/LanguageGuide/MemorySafety.html
Memory Safety
iOS dev
https://swiftwithmajid.com/2020/09/24/mastering-scrollview-in-swiftui/
Swift with Majid
Mastering ScrollView in SwiftUI
We had the scroll view from the very first version of SwiftUI. It was quite limited. But this year changed everything when Apple released ScrollViewReader during WWDC 20. This week we will learn all about scroll views in SwiftUI. We will learn how to scroll…
iOS dev
https://swiftsenpai.com/development/collectionview-expandable-list-part2/
Swift Senpai
Building an Expandable List Using UICollectionView: Part 2
Learn to create a multi-section list of expandable cell & expandable section using UICollectionView and NSDiffableDataSourceSectionSnapshot.