Search results for

İOS 26 beta battery %1

253,726 results found

Post

Replies

Boosts

Views

Activity

iOS 26 Beta: UICollectionView estimatedDimension causes layout feedback loop (worked in iOS 18)
Issue Description We're experiencing a new recursive layout crash in UICollectionViewCompositionalLayout on iOS 26 Beta when using estimatedDimension. The same code works perfectly on iOS 18. Environment iOS 18.x: ✅ Works fine iOS 26 Beta: ❌ Crashes with layout feedback loop Crash Details Crash Report Console Log Code Question Is this an intentional change in iOS 26? Are there new best practices for using estimatedDimension in compositional layouts? Temporary Workaround Using absoluteDimension instead of estimatedDimension resolves the crash, but we lose dynamic sizing capabilities.
Topic: UI Frameworks SubTopic: UIKit
0
0
104
Jul ’25
Reply to Alternative to CoreTelephony for Accessing Cellular Network Information in Private iOS App
[quote='843791022, Leut, /thread/751785?answerId=843791022#843791022, /profile/Leut'] Do you think this will change with iOS 26? [/quote] Well, iOS 26 is still in beta right now, so things could change. However, the current beta does not contain any changes in this space. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’25
iOS 26
In iOS 26 the pitch of the sound of the keyboard clicks changes when you type faster. And the haptics have a more buttery feeling to them. Is this a bug and will be fixed. Or is this a new feature ?
1
0
112
Aug ’25
iOS 10 beta 6 is causing severe battery drain
Is anyone else experiencing severe battery drain issues with IOS 10 beta 6? I've been home sick for two days so I started reading to take my mind off how I felt. Yesterday my iPhone was at 100% charged all night. I started reading at 7:01 (lol hey I have a photographic memory - shoot me). By 7:33 I was at 88%. I filed a bug report took 6 minutes. Now I was at 84%. In just 6 minutes? I continued to read. In just 3 hours a message came on turning on battery saving. What? 11 minutes later I was at 4%. So I grabbed my iPad Pro mini (that's what we call the 9 model. GRIN ). Same thing happened. By late afternoon it was dead. Had to openin my iPad mini 4... you get the picture. When my roommate got home from Walgreens - he's a pharmacy manager... he apologized profusely for not calling or texting to see if I was ok or needed anything. He said he pulled his phone out at 1;45 (it had not been used all day they're not allowed phones in the pharmacy. At 1:45 it was literally
16
0
18k
Aug ’16
iOS 26 Beta - AppStore.showManageSubscriptions() Shows Empty View Before StoreKit Sheet
Environment iOS Version: iOS 26 Beta 8 Xcode Version: iOS 26 Beta 6 StoreKit: StoreKit 2 Description When calling AppStore.showManageSubscriptions(in:) on iOS 26 beta, I'm experiencing an unusual presentation behavior that wasn't present in earlier versions. An empty/blank view appears first Then the actual StoreKit manage subscriptions sheet appears on top When dismissing the StoreKit sheet, it closes properly But then I have to dismiss the empty view underneath as well This creates a poor user experience showing double sheets. Code Sample @MainActor func showManageSubscriptions() { guard let scene = UIApplication.shared.connectedScenes .first(where: { $0 is UIWindowScene }) as? UIWindowScene else { return } Task { do { try await AppStore.showManageSubscriptions(in: scene) } catch { // Handle error } } } Expected Behavior The StoreKit manage subscriptions sheet should present directly without any intermediate empty view
3
0
60
Aug ’25
iOS 9.5 battery and battery drainage (iPhone 5s)
l Recently upgraded to ios 9.5 beta on my iPhone 5s and have noticed a lot more heat coming from the back, and on most days l only get 4 hours of uses (one day l was on a road trip for 1.5 hours and listined to downloaded music and at the end l was at 40% battery.) lam careful about keeping apps closed l don't need running and l mainly just listen to spotify. Is this happening to anyone else?
3
0
6.7k
Aug ’15