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/swlh/automated-cocoapod-releases-with-github-actions-8526dd4535c7
Medium
Automated CocoaPod releases with GitHub Actions
In this article we are going to quickly cover a trivial GitHub Actions setup I use for my open source Metal library Alloy to automatically…
iOS dev
https://machinelearning.apple.com/2019/09/15/interspeech.html
iOS dev
https://sarunw.com/posts/uinavigationbar-changes-in-ios13
UINavigationBar changes in iOS13
iOS dev
https://medium.com/swlh/replicating-the-apple-card-application-using-swiftui-f472f3947683
Medium
Replicating the Apple Card Application using SwiftUI
Apple’s new declarative interface build tool SwiftUI is changing a lot in each new release, but what’s available now is already a…
iOS dev
https://www.swiftbysundell.com/articles/5-small-but-significant-improvements-in-swift-5-1/
Swift by Sundell
5 small but significant improvements in Swift 5.1 | Swift by Sundell
Swift 5.1 has now been officially released, and despite being a minor release, it contains a substantial number of changes and improvements. This week, let’s take a look at five of those features, and what kind of situations they could be useful in.
iOS dev
https://infinum.co/the-capsized-eight/how-to-prepare-your-app-for-dark-mode-in-iOS-13
Infinum
How to Prepare Your App for Dark Mode in iOS 13
After what seems like forever, iOS is officially getting a feature its users have been crying for: a system-wide dark mode.
iOS dev
https://www.objc.io/blog/2019/09/17/animating-explicit-changes/
www.objc.io
Animating Explicit Changes
Applying animations to a specific property
iOS dev
https://www.vadimbulavin.com/map-flatmap-switchtolatest-in-combine-framework/
Yet Another Swift Blog
Transforming Operators in Swift Combine Framework: Map vs FlatMap vs SwitchToLatest
Learn how to leverage the most important transforming operators of the Swift Combine Framework: map, flatMap and switchToLatest; what's their difference and when to use what.
iOS dev
https://rderik.com/blog/understanding-objective-c-and-swift-interoperability/
Understanding Objective-C and Swift interoperability
iOS dev
https://mecid.github.io/2019/09/18/redux-like-state-container-in-swiftui/
Majid’s
Redux-like state container in SwiftUI. Basics.
This week we will talk about building a state container similar to Redux which provides a single source of truth for your app. A single state for the whole app makes it easier to debug and inspect. Single source of truth eliminates tons of bugs produced by…
iOS dev
https://www.avanderlee.com/swift/rich-notifications/
SwiftLee
Rich notifications on iOS explained in Swift
Rich notifications in iOS 10 enables you to display rich content views, images or GIFs in the notifications from your app.
iOS dev
https://useyourloaf.com/blog/scroll-view-layouts-with-interface-builder/
Use Your Loaf
Scroll View Layouts With Interface Builder
Laying out a scroll view is a confusing task. Here's a quick guide to using frame and content layout guides with Xcode 11.
iOS dev
https://medium.com/@rdovhaliuk/ios-13-uisegmentedcontrol-3-important-changes-d3a94fdd6763
Medium
iOS 13 UISegmentedControl: 3 important changes
iOS 13 brought quite a list of new features: SwiftUI, Combine, Dark Mode, RealityKit, iPad OS, etc. But several things were left without attention…
iOS dev
https://swiftui-lab.com/alignment-guides/
iOS dev
https://vojtastavik.com/2019/09/12/mocking-network-calls-using-urlprotocol/
iOS dev
https://www.donnywals.com/spend-less-time-maintaining-your-test-suite-by-using-the-builder-pattern/
Donny Wals
Spend less time maintaining your test suite by using the Builder Pattern
In your tests, you sometimes need to create instances of objects with large initializers. In this blog postm I show. you how you can use the Builder Pattern to make creating instances of objects much more convenient.
iOS dev
https://www.swiftjectivec.com/animating-images-using-image-io/
Swiftjective-C
Animating Images using ImageIO
Animating images is a common medium for communication in today's society. In iOS 13, Apple quietly offered us up a way to serve up .gifs or APNG files using ImageIO.
iOS dev
http://aplus.rs/2019/modeling-form-field/
Modeling form field
iOS dev
https://khawerkhaliq.com/blog/swift-design-patterns-command-pattern/
iOS dev
https://www.youtube.com/watch?v=o-Ta5AIUSKM&feature=youtu.be
YouTube
Advanced Swift L1 - Memory Layout & Pointers
How memory is laid out and how to use pointers to interact with C code. Main focus is on MemoryLayout and UnsafePointers in Swift.
Twitter: https://twitter.com/LucasDerraugh
GitHub: https://github.com/lucasderraugh
Site: http://appleprogramming.com
iOS dev
https://mecid.github.io/2019/09/25/redux-like-state-container-in-swiftui-part2/
Majid’s
Redux-like state container in SwiftUI. Best practices.
Last week we talked about building a state container similar to Redux in SwiftUI. Redux provides a single source of truth, which eliminates tons of bugs produced by multiple states across the app. This week we will talk about best practices in building Redux…