Readaggregator - iOS, Swift, Apple, Programming, Mobile
前往频道在 Telegram
This channel aggregates interesting information from many resources. So If you are interested in Swift, iOS, Apple and so on - welcome! Check out the blog as well: otbivnoe.ru
显示更多未指定国家技术与应用35 267
1 500
订阅者
+224 小时
+57 天
-630 天
数据加载中...
吸引订阅者
七月 '26
七月 '26
+1
在0个频道中
六月 '26
+14
在1个频道中
Get PRO
五月 '26
+18
在0个频道中
Get PRO
四月 '26
+12
在0个频道中
Get PRO
三月 '26
+51
在0个频道中
Get PRO
二月 '26
+13
在0个频道中
Get PRO
一月 '26
+17
在0个频道中
Get PRO
十二月 '25
+20
在0个频道中
Get PRO
十一月 '25
+15
在0个频道中
Get PRO
十月 '25
+8
在0个频道中
Get PRO
九月 '25
+11
在0个频道中
Get PRO
八月 '25
+11
在0个频道中
Get PRO
七月 '25
+4
在0个频道中
Get PRO
六月 '25
+23
在0个频道中
Get PRO
五月 '25
+6
在0个频道中
Get PRO
四月 '25
+4
在0个频道中
Get PRO
三月 '25
+18
在0个频道中
Get PRO
二月 '25
+29
在0个频道中
Get PRO
一月 '25
+7
在0个频道中
Get PRO
十二月 '24
+11
在0个频道中
Get PRO
十一月 '24
+22
在0个频道中
Get PRO
十月 '24
+18
在0个频道中
Get PRO
九月 '24
+27
在0个频道中
Get PRO
八月 '24
+34
在0个频道中
Get PRO
七月 '24
+26
在0个频道中
Get PRO
六月 '24
+33
在0个频道中
Get PRO
五月 '24
+13
在0个频道中
Get PRO
四月 '24
+27
在0个频道中
Get PRO
三月 '24
+25
在0个频道中
Get PRO
二月 '24
+24
在0个频道中
Get PRO
一月 '24
+28
在0个频道中
Get PRO
十二月 '23
+23
在0个频道中
Get PRO
十一月 '23
+34
在0个频道中
Get PRO
十月 '23
+26
在0个频道中
Get PRO
九月 '23
+53
在0个频道中
Get PRO
八月 '23
+33
在0个频道中
Get PRO
七月 '23
+37
在0个频道中
Get PRO
六月 '23
+25
在0个频道中
Get PRO
五月 '23
+56
在0个频道中
Get PRO
四月 '23
+27
在0个频道中
Get PRO
三月 '23
+18
在0个频道中
Get PRO
二月 '23
+24
在0个频道中
Get PRO
一月 '23
+30
在0个频道中
Get PRO
十二月 '22
+23
在0个频道中
Get PRO
十一月 '22
+30
在0个频道中
Get PRO
十月 '22
+26
在0个频道中
Get PRO
九月 '22
+31
在0个频道中
Get PRO
八月 '22
+11
在0个频道中
Get PRO
七月 '22
+34
在0个频道中
Get PRO
六月 '22
+12
在0个频道中
Get PRO
五月 '22
+17
在0个频道中
Get PRO
四月 '22
+19
在0个频道中
Get PRO
三月 '22
+15
在0个频道中
Get PRO
二月 '22
+7
在0个频道中
Get PRO
一月 '22
+18
在0个频道中
Get PRO
十二月 '21
+25
在0个频道中
Get PRO
十一月 '21
+14
在0个频道中
Get PRO
十月 '21
+19
在0个频道中
Get PRO
九月 '21
+23
在0个频道中
Get PRO
八月 '21
+5
在0个频道中
Get PRO
七月 '21
+15
在0个频道中
Get PRO
六月 '21
+15
在0个频道中
Get PRO
五月 '21
+10
在0个频道中
Get PRO
四月 '21
+12
在0个频道中
Get PRO
三月 '21
+34
在0个频道中
Get PRO
二月 '21
+22
在0个频道中
Get PRO
一月 '21
+18
在0个频道中
Get PRO
十二月 '20
+1 058
在0个频道中
| 日期 | 订阅者增长 | 提及 | 频道 | |
| 01 七月 | +1 |
频道帖子
Apple finally got around to adding this in iOS 27, and somehow I’m still genuinely excited about it. 😄
textSelection() now supports granular text selection. In iOS 26, applying it to a Text view only let you select the entire block. Now you can simply drag to select the exact part you want, just like in any native text view.
It took them until iOS 27… but I’ll happily take it.
https://x.com/natpanferova/status/2070781569044996429?s=46&t=YNy4qFziI3PFPTlrSCXpmA
#SwiftUI
| 2 | If you rushed to install the new Xcode after WWDC, started migrating code to ContentBuilder, and explored the new @State macro…
don’t forget to read TN3211.
It’s Apple’s guide to understanding why some perfectly valid SwiftUI code from last week suddenly isn’t so valid anymore.
https://developer.apple.com/documentation/technotes/tn3211-resolving-swiftui-source-incompatibilities-for-state-and-contentbuilder
#SwiftUI | 677 |
| 3 | WWDC26 Swift Group Lab Q&A is probably the most valuable Swift Concurrency content from this year’s WWDC.
Lots of subtle details:
• Does Task {} actually leave MainActor?
• What does nonisolated mean in Swift 6.2 now?
• When should you use @concurrent?
• Is async code really running where you think it is?
… turns out the answer is increasingly: “not where you think.”
https://antongubarenko.substack.com/p/wwdc26-swift-group-lab-q-and-a
#Swift #concurrency | 692 |
| 4 | FYI: starting with Xcode 27, Apple will ignore the UIDesignRequiresCompatibility flag.
So if you're hoping to avoid Liquid Glass, your only option will be staying on an older Xcode. The bigger question is how long App Store submissions from older toolchains will remain supported.
https://developer.apple.com/documentation/BundleResources/Information-Property-List/UIDesignRequiresCompatibility
#Xcode | 784 |
| 5 | All SwiftUI changes in one image.
https://x.com/shubham_iosdev/status/2064081215788118280?s=46&t=YNy4qFziI3PFPTlrSCXpmA | 711 |
| 6 | Time to do some prompt archaeology in the new Xcode
https://github.com/artemnovichkov/xcode-27-system-prompts
#Xcode #llm | 641 |
| 7 | «Ah shit, here we go again» but now in a less scary way.
https://x.com/stephancasas/status/2059730171964670086
#Xcode | 907 |
| 8 | Love seeing an actual clean use case for fixedSize() in SwiftUI.
Usually it ends up as one of those “well… this somehow fixes the UI bug” modifiers you throw in as a layout bandaid. But this one was genuinely elegant and made perfect sense.
https://www.swiftdifferently.com/blog/swiftui/fixedsize-usecase
#SwiftUI #Layout | 1 125 |
| 9 | Today Apple is explaining Swift concurrency in depth, so make sure your AI agents are watching too — they’re the ones migrating the project anyway. 😏
https://www.youtube.com/live/E95agtPgaa0
#Swift #concurrency | 0 |
现已上线!2025 年 Telegram 研究 — 年度关键洞察 
