iOS dev
@iosdevio
10.8K
subscribers
12
photos
5
files
6.05K
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
http://swiftwithmajid.com/2022/05/18/mastering-timelineview-in-swiftui/
Swift with Majid
Mastering TimelineView in SwiftUI
TimelineView is a SwiftUI view type that updates its body according to a provided schedule. We used to see SwiftUI views updating its body whenever the data it presents changes. TimelineView doesn’t follow this rule and allows us to build a super-custom schedule…
iOS dev
https://www.donnywals.com/closures-in-swift-explained/
Donny Wals
Closures in Swift explained – Donny Wals
Learn everything you need to know about closures, how they work, and why they’re incredibly useful programming tools.
iOS dev
CN
iOS dev
https://dreampiggy.com/2019/01/18/%E4%B8%BB%E6%B5%81%E5%9B%BE%E7%89%87%E5%8A%A0%E8%BD%BD%E5%BA%93%E6%89%80%E4%BD%BF%E7%94%A8%E7%9A%84%E9%A2%84%E8%A7%A3%E7%A0%81%E7%A9%B6%E7%AB%9F%E5%B9%B2%E4%BA%86%E4%BB%80%E4%B9%88/
小猪的博客
主流图片加载库所使用的预解码究竟干了什么
主流图片加载库所使用的预解码究竟干了什么 很多图片库,都会有一个类似叫做Force-Decode,Decode For Display之类的感念,很多人可能对这个过程到底是为了解决什么问题不清楚,这里写一个文章来说明它。 这里列举了各个图片库各自的说法,其实讲的都是完全相同的一个概念。 SDWebImage:使用了forceDecode, decompressImages的概念 YYWebIm
iOS dev
EN
iOS dev
https://developer.apple.com/support/offering-account-deletion-in-your-app
Apple
Offering account deletion in your app - Support - Apple Developer
Starting June 30, 2022, apps submitted to the App Store that support account creation must also let users initiate deletion of their account within the app. Deleting an account removes the account from the developer’s records, along with any data associated…
iOS dev
https://developer.apple.com/news/?id=k2vuowbi
Apple
Welcome to the Apple Developer app - Discover - Apple Developer
Welcome to the latest version of the Apple Developer app — your resource to help you create great apps for Mac, iPhone, iPad, Apple Watch, and Apple TV, and the best way to experience WWDC.
iOS dev
https://engineering.moogmusic.com/2021/10/20/metal-part-1-basics/
Moog Engineering
Metal Part 1: Basics - Moog Engineering
Since Apple released Metal in 2014, it has become the leading graphics API (application programming interface) for iOS and macOS. During that time, Moog has used Metal in Model 15, Model D, and, most recently, Animoog Z. Moog uses rendering APIs like Metal…
iOS dev
https://engineering.moogmusic.com/2021/11/20/metal-part-2-rendering-in-shaders/
Moog Engineering
Metal Part 2: Rendering in Shaders - Moog Engineering
In a previous post, we discussed how Moog uses Metal in many of its iOS and macOS apps to render our synth visuals. Here, we will discuss two ways that we render those graphics in our apps: using textures and using shaders. Textures In Model 15 and Model…
iOS dev
https://engineering.moogmusic.com/2021/12/15/metal-part-3-transparency-and-comets/
Moog Engineering
Metal Part 3: Transparency and Comets - Moog Engineering
In previous posts we have covered the basics of Metal and how images are rendered to screen. For transparent and semi-transparent graphics, however, rendering the appropriate color can be difficult. Some graphics have transparent backgrounds or are semi-transparent…
iOS dev
https://engineering.moogmusic.com/2022/01/28/metal-part-4-anti-aliasing/
Moog Engineering
Metal Part 4: Anti-Aliasing - Moog Engineering
In previous posts, we have discussed how controls and animations can be rendered in shaders to provide flexible and dynamic visuals in apps. When rendering fragments in shaders, you come across a very old problem in computer graphics: aliasing. What is Aliasing?…
iOS dev
https://engineering.empower.me/faster-xcode-builds-when-switching-branches-67133ccfdc33
Notion
The AI workspace that works for you. | Notion
A tool that connects everyday work into one space. It gives you and your teams AI tools—search, writing, note-taking—inside an all-in-one, flexible workspace.
iOS dev
https://itnext.io/sending-asynchronous-http-requests-in-swift-bfc619a1a2a
Medium
Sending Asynchronous HTTP-Requests in Swift
A Practical Introduction to Task and Await
iOS dev
https://swiftrocks.com/how-certificates-work
Swiftrocks
Understanding Certificates and iOS Provisioning Profiles
You do not need to understand the theory of certificates and profiles in order to create a fully working iOS app, but you might be interested in knowing how this process works to make future debugging sessions easier.
iOS dev
https://martiancraft.com/blog/2022/05/swiftui-quickstart/
Martiancraft
Getting Started with SwiftUI in 30 Minutes or Less
Unlock the potential of SwiftUI for your mobile app development journey with this in-depth technical exploration. From understanding fundamental concepts like opaque types and property wrappers to navigating common pain points and integration strategies,…
iOS dev
https://aplus.rs/2022/coordinator-with-tabbarcontroller/
Coordinator pattern with UITabBarController
iOS dev
https://williamboles.com/finding-hope-with-custom-alerts/
William Boles
Finding hope in custom alerts
Alerts form the backbone of many user interactions. While there have been changes to alerts over the years, very little has changed about their appearance or our ability to customise that appearance leading to many tear-filled designer outbursts
😱
. Here,…
iOS dev
https://holyswift.app/how-to-start-ios-development-career-part-3-building-user-interfaces
Holy Swift
How to Start iOS Development Career Part 3 - Building User Interfaces - Holy Swift
This article show how to learn Building User Interfaces in iOS and Swift using Xcode. The UIKit vs SwiftUI question is answered here!
iOS dev
https://www.emergetools.com/blog/posts/DyldInterposing
Emergetools
Emerge Tools Blog | Code Injection with Dyld Interposing
Swizzling C functions in compiled iOS apps with dyld interposing.
iOS dev
https://lickability.com/blog/conferences-condensed-360idev/
Lickability
Conferences Condensed: 360iDev
Last August, I got the chance to attend 360iDev, a long running iOS and macOS conference based in Denver, Colorado. After a two year hiatus from attending in-person conferences, I was excited to see a conference in action again. Since WWDC is right around…
iOS dev
https://marcoeidinger.github.io/appleframeworks/
marcoeidinger.github.io
Public Apple Frameworks
View all public frameworks from Apple and filter based on platform and availability