I'm struggling to find the correct way to use the new Sidebar on iPadOS with Split View Controllers (or NavigationView as it's called in SwiftUI). If you want a Sidebar with a layout like so: Sidebar -> Main View -> Detail View It can be achieved with the following code: NavigationView { ttSidebarView() ttText(Main) ttText(Detail) } Then SwiftUI will always expect that the main and detail views can be filled. Ideally, for some but not all of the side bar items, I'd like a structure of: Sidebar -> Main View Note the detail view is missing, so ideally the Main View would take up the remainder of the screen. This is not what happens currently - SwiftUI still leaves a lot of space for a detail view. By writing the initial Navigation View like so we lose the ability to have that detail even for the views that want it: NavigationView { ttSidebarView() ttText(Main) } I've tried doing things such as using the modifier .navigationViewStyle(StackNavigationViewStyle()) specifically on the detail view t
Search results for
iPadOS 17.7.7
3,648 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
What platform... macOS? tvOS? iPadOS? What languages?
Topic:
Programming Languages
SubTopic:
Swift
Tags:
My testers are still seeing this on iPadOS 14.4.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Still not fixed in 14.4 ipadOS
Topic:
App & System Services
SubTopic:
Hardware
Tags:
This is resolved in iPadOS 16 beta 3.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
This has been fixed in iPadOS 26 beta 4.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags:
This is a known issue referred in iOS & iPadOS 14 Beta Release Notes - https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-14-beta-release-notes. And there are already several threads about this, one of them has an answer from Apple's engineer. Label and systemImage not aligning properly - https://developer.apple.com/forums/thread/650518 And this has marked as Solved New 'Label' component displaying incorrectly in SwiftUI - https://developer.apple.com/forums/thread/650970
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags:
I confirmed that iPadOS 14.2 beta4 resolves this issue!
Topic:
Media Technologies
SubTopic:
Audio
Tags:
Same issue here with the latest iPadOS 14 beta.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Hi. Can confirm that the bug is fixed in iPadOS 15.2
Topic:
App & System Services
SubTopic:
Core OS
Tags:
This seems to be fixed in iPadOS 16 beta 8.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags:
Still unresolved with iPadOS 26.1 beta 3.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags:
I used standard font styles in an iOS app. For example .font(.headline). I hoped that developing this way would allow the adoption of the app to other platforms, relatively easy. However, when trying to run for iPadOS, the text did not increase in size to occupy the more abundant space offered by larger screen, but it actually shrank. Overall, the app does not look great automatically. Why does it happen? What is the best practice for cross platform development with SwiftUI (with regards to font sizes). I want to make as little as possible human interface design decisions on my own and just let SwiftUI take care of everything. (But I also want the results to look as Apple would consider great looking)
Problem - any time I open up keyboard in any app, keyboard floats over page on the middle of the app blocking form input and is just a bad experience. Usage blocker. Has anyone seen this? very debilitating. ipad mini 6 ipados 1.16.4 - at the latest update as of writing this post. help! see in screenshot of this page the keyboard is right in middle of screen blocking actual input.
Just an idea: have you checked the name of Nib is the exact one ? But if it works on iOS and not iPadOS 15 exclusively, that's unlikely the problem. Have you created different targets for iOS and iPadOS ? If so, maybe the cell is not referenced in the iPad target ? Did you file a bug report ?
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: