Environment iOS 26.0 (device), Xcode 26 beta 7 SwiftUI TabView using the new Tab(…, value:) API iPhone only (aware that minimize is iPhone-only) Issue .tabBarMinimizeBehavior(.onScrollDown) only works reliably in my Settings tab. In my other tabs (Dashboard / Games / Help), the tab bar does not minimize when scrolling, even though the content is scrollable. The main difference: those tabs are wrapped in a NavigationStack(path:) with a bound NavigationPath. Settings has no path binding. Repro (minimal) import SwiftUI enum TabSel: Hashable { case dashboard, games, settings } struct Root: View { @State private var selection: TabSel = .dashboard // Per-tab paths @State private var dashPath = NavigationPath() @State private var gamesPath = NavigationPath() var body: some View { if #available(iOS 26, *) { TabView(selection: $selection) { // ❌ Does NOT minimize when scrolling SwiftUI.Tab(Dashboard, systemImage: square.grid.2x2.fill, value: .dashboard) { NavigationStack(pa
Search results for
İOS 26 beta battery %1
250,838 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Since Tim Cook reorganized the iOS dev team (just around the time iOS 7) it's been less predictable. In some ways this is welcome, since it would seem updates were intentionally kept from distribution to conform to a specific schedule in the past, but on the other hand we've all seen how many more things are breaking in the beta phase than before.Though, aside from battery and iCloud issues (which are significant) iOS 9 Beta 1 has been one of the most functional of almost all the 1st Betas.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
In beta 2 using layer.cornerRadius on a UIEffectView with the UIGlassEffect allowed you to change the corner radius of the view. In beta 3, this no longer works. WWDC videos indicate the right way to do this is to set the cornerConfiguration on the UIEffectView, but that API doesn't seem to be available yet. At this time it doesn't seem like theres a way to have a glass view that isn't pill shaped.
Before I file a bug report I wanted to verify that I'm not missing something. If I setup a view controller in a navigation controller and I add a view with a constraint that lines it up with the view controller's view's layoutMarginsGuide (leadingAnchor or trailingAnchor), in several cases the view will not line up with buttons added in the navigation bar. Under iOS 18 everything lines up as expected. To demonstrate, create a new iOS project based on Swift/Storyboard. Setup the storyboard to show a UINavigationController with one UIViewController. Then in ViewController.swift (the one embedded in the navigation controller), use the following code: import UIKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() view.backgroundColor = .yellow title = Layout Margins let leftCancel = UIBarButtonItem(systemItem: .cancel) navigationItem.leftBarButtonItem = leftCancel let rightCancel = UIBarButtonItem(systemItem: .cancel) navigationItem.righ
In the Console, when presenting my view in a horizontally compact environment, I see: UINavigationController for collapsing UISplitViewController about to push view controller This message repeats infinitely, until the Xcode debugger eventually says: QUARANTINED DUE TO HIGH LOGGING VOLUME Of note is that this only occurs in the beta, does not occur when using the iOS 18.x SDK, and only occurs in a compact environment. EDIT: This occurs only when setting the secondary column of a doubleColumn UISplitViewController: splitVC.setViewController(secondary, for: .secondary) EDIT 2 and WORKAROUND: If this action is deferred until after viewDidAppear, it self-resolves: public override func viewDidAppear(_ animated: Bool) { super.viewDidAppear(animated) if let deferredSecondaryViewController { splitVC.showDetailViewController(deferredSecondaryViewController, sender: nil) } }
Topic:
UI Frameworks
SubTopic:
UIKit
After installing ios 14.2 battery not lasting at least 1:30 hr what a big problem for iPhone users this is please fix apple this issue or else i need to switch to android
Hi everyone, I've noticed a significant change in the visual behavior of List section headers between iOS 18 and iOS 26 beta that I'd like to clarify. Current Behavior: iOS 18 and earlier: Section headers with .listStyle(.plain) display with a translucent material background (regular material with blur effect) when pinned to the top during scrolling iOS 26 beta: Section headers with .listStyle(.plain) appear with a transparent/clear background even when pinned to the top Sample Code: struct ContentView: View { var body: some View { NavigationStack { List(1 ..< 5) { headerIndex in Section { ForEach(1...5, id: .self) { rowIndex in HStack { Text(Row (rowIndex)) .frame(height: 40) .padding(.horizontal) .background(Color.blue) Spacer() Image(systemName: chevron.right) .foregroundStyle(.secondary) .font(.title3) } } } header: { Text(Header (headerIndex)) .frame(height: 44) } .listRowSeparator(.hidden) } .listStyle(.plain) .
WKWebView has set the option to disable selection (document. documentElement. style. webkitUserSelect='none ';) and long press (document. documentElement. style. webkitTouchCallout='none';). If there is text on one of the images in WebView, simply tap the image twice and then long press the text. The program will crash with the following error message: 0 CoreFoundation 0x185e058c8 __exceptionPreprocess + 164 1 libobjc.A.dylib 0x182d797c4 objc_exception_throw + 88 2 CoreFoundation 0x185e908d4 -[NSException initWithCoder:] + 0 3 QuartzCore 0x18678a874 CA::Layer::set_position(CA::Vec2<double> const&, bool) + 160 4 QuartzCore 0x1869a7270 -[CALayer setPosition:] + 52 5 UIKitCore 0x18c4ac564 -[UIView _backing_setPosition:] + 176 6 UIKitCore 0x18cefdf0c -[UIView setCenter:] + 220 7 UIKitCore 0x18cd9f794 -[_UIEditMenuContentPresentation _displayPreparedMenu:titleView:reason:didDismissMenu:configuration:] + 936 8 UIKitCore 0x18cd9f3c0 __54-[_UIEditMenuContentPresentation _displayMenu:reason
Error: Unable to install “My App” Failed to install embedded profile for com.apple.myapp : 0xe800801a (This provisioning profile does not have a valid signature (or it has a valid, but untrusted signature).) I've tried almost everything, but I keep getting the same message on a Mac Mini M1 and several physical iPhones (11 and 16, both Pro). On a MacBook Air (Sequoia 15.7) with the same account, the same profiles work without any problems; and on simulators with iOS 26, it also works without any problems. This clearly tells us that the provisioning profile is not the problem, which is what the message mentions. It obviously has to do with the 26 update. P.S All of this worked fine before installing iOS, macOS, and Xcode 26.
Topic:
Developer Tools & Services
SubTopic:
Xcode
I updated my iPhone to 26 and I just went to to to see if my iPhone was up to date I went and see but a came across this
All of the 4.3 betas have significantly reduced battery life. I had great life prior to the 4.3 beta, but the 4.3 beta leaves me at 10%by 6-7pm when prior I would go to be at 11pm with at least 25%....
When ı work on Xcode beta for VisionOS my Macbook device's battery drains very quickly and device's gets very hot. Is it normal?
This just happened again on iOS 26 beta 4: FB19018706 (Yesterday’s bug report happened on beta 3). This is definitely a serious problem, and I urge the Screen Time team to address this before iOS 26 gets released to the public.
Topic:
App & System Services
SubTopic:
General
Tags:
This was fixed for me with iOS 26 beta 2.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags:
Fixed in iOS 26 beta 7.
Topic:
App & System Services
SubTopic:
General
Tags: