When rearranging the home screen and subsequent pages, folders containing apps will spontaneously vanish, leaving the app icons on the pages. It may be related to widgets moving on the page.
Search results for
build disappears
50,310 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
On further testing, I've found out behavior patterns for the following versions watchos10.2 & actual device, watchos10.2 & simulators -> onAppear is called when a View shows after a fullScreenCover disappears watchos10.0 & simulator -> onAppear is NOT called when a View shows after a fullScreenCover disappears watchos9.4 & simulator -> onAppear is NOT called when a View shows after a fullScreenCover disappears so for me, this issue seems to have appeared on watchos 10.2
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags:
I have a UISearchController inside a UISearchContainerViewController inside a UINavigationController inside a UITabBarController as Apple recommands to add an inline keyboard to a Search tab.If a full screen keyboard is brought up from a UITextField (say from a login screen), the inline keyboard in the Search tab disappears when you go back to it.You can see this issue also in Apple UIKit Catalog (tvOS) sample. Go to Text Entry->UITextField-LRegular text field... to bring up a full screen keyboard. Then go to the Search tab. The inline keyboard doesn't display. The search bar is there, and there's space for the keyboard, but it's hidden.I've noticed in my app and UIKit Catalog this warning when the fullscreen keyboard is shown. I don't have any UIVisualEffectView in my code, so this something the system is doing.<UIVisualEffectView 0x140244bd0> is being asked to animate its opacity. This will cause the effect to appear broken until opacity returns to 1.Any thoughts on how to fix this?tvOS 9.
Hello! I have a simple macOS, targeting macOS 13.0, which displays a NavigationSplitView with a sidebar and a detail. The sidebar toggle button works as expected, except when the sidebar is hidden and I press it to show the sidebar. It disappears temporarily and causes some glitches in the view. I've tried switching columnVisibility values, navigationSplitViewStyle values, assembling List in different ways, to no avail. I have experience in SwiftUI, but not with Lists or NavigationLinks for that matter, I use navigation in a different way, but I'd like to stick with this solution. Unfortunately, I can't exactly figure out what's causing this behavior. This is what happens > https://giphy.com/gifs/2HBEjcmtGqabNh9Bar This is the code I've written so far. import SwiftUI @main struct SomeApp: App { var body: some Scene { WindowGroup { MainScreen() .frame(minHeight: 450) .frame(width: 720) .presentedWindowToolbarStyle(.unified) .navigationTitle(SomeApp) } .windowResizability(.contentSize) } } enum Menu
Hello! I have a simple macOS, targeting macOS 13.0, which displays a NavigationSplitView with a sidebar and a detail. The sidebar toggle button works as expected, except when the sidebar is hidden and I press it to show the sidebar. It disappears temporarily and causes some glitches in the view. What happens, via GIPHY > https://giphy.com/gifs/2HBEjcmtGqabNh9Bar This is the code I've written so far. import SwiftUI @main struct SomeApp: App { var body: some Scene { WindowGroup { MainScreen() .frame(minHeight: 450) .frame(width: 720) .presentedWindowToolbarStyle(.unified) .navigationTitle(SomeApp) } .windowResizability(.contentSize) } } enum MenuItem: Identifiable, Hashable { case readme case about var id: String { title } var title: String { switch self { case .readme: Readme case .about: About } } var symbolName: String { switch self { case .readme: newspaper.circle.fill case .about: info.circle.fill } } } struct MainScreen: View { @State var menuItems: [MenuItem] @State var selectedMenuItem: Menu
What happened to the replies? They disappeared. ???
Topic:
Code Signing
SubTopic:
Certificates, Identifiers & Profiles
Tags:
I did this but it's still disappearing...
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
I was using Jio network ( eSim ) with wifi calling feature perfectly fine till I upgraded to iOS14.3 and it stopped working now. I am using dual sim Airtel ( Physical sim ) and Jio ( eSIM ). When I go to wifi calling option, I can see only Airtel is listed there. Jio ( Primary ) option has been disappeared now. Please provide a fix ASAP. I own iPhone 11 Pro with latest iOS14.3
I’m encountering an issue with a Safari extension bundled with our main application (F-Secure). The extension is not appearing consistently in Safari settings on a customer’s iPad running iOS 18.3. Below are the details of the issue: Issue Description The Safari extension is bundled with the main app (F-Secure). After installing the app, the extension should automatically appear in Settings > Safari > Extensions, where the user can enable it. On the customer’s iPad, the extension is missing from the Safari settings. It briefly appeared once but then disappeared again.
This message has been disappeared since I manually set the Network MTU to 1280. Previously, I could’t install xcode, and Mac was unstable. But It is stable now. Try it and give us feedback. Of course I don't know why it disappeared.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Hi,I think it happened just prior to last weekend, but dev builds seem to have disappeared. I was looking to implement the swift-build thing that seems to be missing from XCode 7.3. The missing toolchain will stop anyone in their tracksThat seems to be evident from the missing container (or toolchain) thingy (in 7.3's preferences) that would/should have the default toolchain (see snip). There was a discussion that a 24 March dev build has done the trick.Help.Thanks,Paul
I have the same problem, when I upload the application, activity writes processing to the partition, but then the build version disappear. Do you know problem? I will waiting for answer this email address or here --> karadogansemra@gmail.comscreenshot before page refresh :https://www.dropbox.com/s/as8zx6v8nf1qzvq/ipa_process2.PNG?dl=0screenshot after page refresh :https://www.dropbox.com/s/u1mb5ft6nfjy6ah/Ekran%20Al%C4%B1nt%C4%B1s%C4%B13.PNG?dl=0
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
This is weird- did all the replies disappear?
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
The error has disappeared for us from this morning...
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
I have the exact same bug when I build with Xcode 7.1. It happen on demo bot in landscape, or in my own games. It disappear when the UI is in zoom mode, because the screen size is not 736x414 anymore in that case. Now I am trying to support the old resolution (auto scale from iPhone 5 resolution), I deleted all icon and launch image, everything, but for some reason, it keeps giving me a native resolution (736x414) and there is no way to avoid this bug. very frustrating
Topic:
Graphics & Games
SubTopic:
SpriteKit
Tags: