Search results for

İOS 26 beta battery %1

253,774 results found

Post

Replies

Boosts

Views

Activity

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
Horrible battery life, 9.2 beta 4
I've done two clean installs with this beta, and the battery life *****. I went from 70% to a dead phone (5S) overnight on one occassion, with nothing significant happening on the phone. Worst battery performance during a beta to date, and I've been running betas since iOS 6. Anyone else experiencing the same? Not promising considering the beta hasn't been updated in three weeks. I hope the production build isn't anything like this. I'm tethered to a charger like I used be with my 3GS...
1
0
241
Dec ’15
IOS 14.5.1 battery drain
When I upgrade to IOS 14.5.1 (iphone XS) pull my battery drain 15% in 3h. Today I install 14.6 beta, but nothing new - 17% in 3h, no app using. Now I m in 14.7 beta, I will report after 3-5h. Battery health 86%. I m not alone, what I read in net. Regard Jani
1
0
687
May ’21
IOS 26 Beta, Unexpected Liquid Navigation Bar Blured the whole View
I use .scaleEffect(x: 1, y: -1, anchor: .center) to reverse the messages list, so that the latest message always at the bottom. This is correct in ios18, but blurred the whole view in ios26. Complete code: ScrollView { Rectangle() .fill(.clear) .frame(height: 10) // if messages.isEmpty { // MessagesEmpty() // .padding(.horizontal, 10) // .scaleEffect(x: 1, y: -1, anchor: .center) // } MessageInput(chat: chat) .padding(.horizontal, 10) .scaleEffect(x: 1, y: -1, anchor: .center).id(#messag-input-identifier) LazyVStack(spacing: 10) { ForEach(messages) { (message: Message) in MessageItem(message: message, activation: $activeMessageId, audioAdapter: AudioAdapter.shared).id(message.id) } .padding(.horizontal, 10) .scaleEffect(x: 1, y: -1, anchor: .center) } Rectangle() .fill(.clear) .frame(height: 20) } .scaleEffect(x: 1, y: -1, anchor: .center) As shown in the screenshot WechatIMG49.jpg(using ios26beta which is incorrect), We
Topic: UI Frameworks SubTopic: SwiftUI Tags:
1
0
259
Jun ’25
iOS 13 Beta P4 + WatchOS 5.3 Battery Drain Issue
Experiencing battery drain on Apple Watch after installing iOS 13 beta public 4 (on iPhone 7) + WatchOS 5.3 (on a Series 4) — I've been using the watch the same way I did the last few years.Normal usage often leaves me with 50-60% battery left after a day at work. It's down to 10% now.I go to sleep with a full charge, and usually wakes up in the morning with about 95%, now it's 70%.
36
0
14k
Aug ’19
Alignment of navigationItem.titleView in iOS 26?
I'm in the process of updating an app for iOS 26 and I've run into some behavior that I don't quite understand. I have a view controller that is embedded in a navigation controller. That VC currently uses a UISegmentedControl (with 3 segments) for its navigation item title view. In iOS 17 and 18, this works well. There is one right bar button item when the first or second segment is selected and no bar button items at all when the third segment is selected. On iOS 17 and 18, the title view always appears centered. When I run this app on the iOS 26 beta 4 simulator, the title view appears to be left-aligned (instead of centered) when the first or second segment is selected (and the one right bar button item exists) but it is centered when the third segment is selected and there is no right bar button item. I thought maybe this was something related to a UISegmentedControl so I created a new custom view to use for the title view in
Topic: UI Frameworks SubTopic: UIKit
1
0
151
Jul ’25
Downgrading from iOS 18 beta 2 to iOS 18 beta 1
So, I’ve been using iOS 18 beta for some time, it worked perfectly and flawlessly. I downloaded and installed iOS 18 beta 2, and it has made my iPhone not so much usable, it’s really laggy, buggy, slow, makes my phone hot. Is there a way to roll back to iOS 18 beta 1? I’ve made a backup of my iPhone on my iMac before installing beta 2. I would have posted this on the normal apple community, but my post was taken down because it contained stuff related to beta software.
5
0
6.2k
Jun ’24