Search results for

iPadOS 17.7.7

3,649 results found

Post

Replies

Boosts

Views

Activity

Starting iOS & iPadOS App Development: Seeking Guidance and Learning Path
I am basically a front-end engineer and am eager to transition into app development, particularly for iOS and iPadOS platforms. I am aware of tools like Xcode and Swift but would greatly appreciate guidance on the best place to start. Please suggest a structured learning path or resources that would help me build a strong foundation and advance my skills effectively? Thank you!
0
0
382
Nov ’24
Apple Magic Keyboard issue with iPadOS 15 public beta 4?
Last night I upgraded from iPadOS 15 public beta 3 to public beta 4. This morning, I go to put my iPad onto my Apple Magic Keyboard and it worked for about five seconds, and then a popup came up that says Accessory Not Supported - This accessory is not supported by this device. Now, my iPad continues to charge on the keyboard, but I can't use the actual keyboard or the trackpad at all. If I take the iPad off and put it back on, I get the same result ... works for about five seconds, then the popup comes up again. Ideas?
3
0
1.3k
Jul ’21
Reply to iOS 18 Photo Gallery
Hello @WaffleKing110, thank you for your feedback. If you'd like to uninstall iOS or iPadOS beta, please see How to uninstall iOS or iPadOS beta software. For help with Photos app, please post in the Apple Support Community. The Apple Developer Forums are for questions about APIs and features intended specifically for developers.
Topic: Design SubTopic: General
Sep ’24
Reply to iOS 15.2 is taking long to calculate predicates
Would be interesting to compare with Swift code (is there a difference between iPadOS versions) ? Others reported similar issue (Sorry, I just notice both threads are yours! aka duplicate): https://developer.apple.com/forums/thread/698179 In both case that's iPadOS 15.2 with objC code. Does the problem show on iOS ? Could be worth a bug report.
Topic: App & System Services SubTopic: General Tags:
Jan ’22
Reply to Navigation broken in iOS 18.4
Since iPadOS 18.4, I also discovered a broken NavigationSplitView. My app uses the NavigationSplitView, and I have the case that the view is a little going down. In iPadOS 18.3, it wasn’t. I also use a floating TabBar for the different views. So I have figured out that if I deactivate the TabBar, it works as before. It is very strange. At moment it is only a design failure., but bothering.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Apr ’25
iPadOS 26 UISearchController bug causing presented view controller to be dismissed
Under iPadsOS 26.0 and 26.1, if a view controller is presented with a presentation style of fullScreen or pageSheet, and the view controller is setup with a UISearchController that has obscuresBackgroundDuringPresentation set to true, then when cancelling the search the view controller is being dismissed when it should not be. To replicate, create a new iOS project based on Swift/Storyboard using Xcode 26.0 or Xcode 26.1. Update ViewController.swift with the following code: import UIKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() view.backgroundColor = .systemBackground title = Root navigationItem.rightBarButtonItems = [ UIBarButtonItem(title: Full, primaryAction: .init(handler: { _ in self.showModal(with: .fullScreen) })), UIBarButtonItem(title: Page, primaryAction: .init(handler: { _ in self.showModal(with: .pageSheet) })), UIBarButtonItem(title: Form, primaryAction: .init(handler: { _ in self.showModal(with: .formSheet) })), ] } private func showModal(with sty
2
0
366
Oct ’25
Software Update fails on 3rd Gen iPad Pro with iPadOS 16.1 Beta 8
After recently updating my 3rd Gen iPad Pro with iPadOS 16.1 Beta 8, I can no longer check for software updates. I receive and obscure error stating that the device can't check for updates. And, even though it has a Try Again button, clicking that multiple times results in the same error. Anyone else have any insights into this recent issue with the latest iPadOS Beta release? I've already sent feedback to Apple. Just curious if anyone else is experiencing the same issue. Update: Seems to be working now. I guess there was an issue with the update server?
0
0
798
Sep ’22