Search results for

“Popping Sound”

20,037 results found

Post

Replies

Boosts

Views

Activity

Issues with Multiple Peek / Pop
I have an app with a sidebar that has different functions. On two of these controllers I have the peek / pop working. If during a session of the app I use one or the other controller, both the peek and the pop work just fine. If I use both controllers, the peek works in both but the pop is never getting called.To reiterate, this is getting called every time:- (nullable UIViewController *)previewingContext:(id <UIViewControllerPreviewing>)previewingContext viewControllerForLocation:(CGPoint)location {This is only getting called if I dont switch views:- (void)previewingContext:(id <UIViewControllerPreviewing>)previewingContext commitViewController:(UIViewController *)viewControllerToCommit {
Topic: UI Frameworks SubTopic: UIKit Tags:
0
0
437
Oct ’15
Reply to Ventura Hack for FireWire Core Audio Support on Supported MacBook Pro and others...
Apparently on my previous tries, I must have had an error of some sort. Thanks now to @daneover and the great step-by-step guide they provided, I'm now listening to some tunes on YouTube, via my Mackie Onyx-1220i 's Firewire connection!! Mac mini 2023 with M2 Pro | 32GB RAM MacOS Sequoia 15.6.1 Followed the instructions in sections 1, 2, and 3. No apparent issues installing the FW kext from the AppleFWAudioVentura.pkg. Downloaded the ZIP file & extracted the .pkg to my desktop. Note: One thing I did not do is have the Mackie connected to my Mini via FW during the whole install/config. I waited until the last step in part 3 (after double reboot) to finally get connected. Also of note, I have had success via 2 different ways to connect to my Mini. In previous attempts, I tried the dongle daisy chain method with a FW800 (male) > FW400 (female) adapter connected to the Apple FW800 > TB2 adapter, and finally the TB2 > TB3 adapter. This time around, that collection of adapters is working great. Prior t
Topic: Media Technologies SubTopic: General Tags:
Sep ’25
Reply to what is dgph ??
In the Finder, tap on that folder and then control/right-click - from the pop up, choose Get info >.Under permissions, unlock it, and then set permissions to read and write. Click on the gear below and set to all inside.'dgph' sounds like something to do with cocoapods...
Jan ’16
Popping application from background state
I am working on an application for an alarm clock to publish that focuses on forcing the user to complete various tasks to stop the alarm for heavy sleepers. I am trying to get the functionality for popping the application to the foreground after the timer is called (active alarm clock) similar to how Alarmy does it, however I am running into issues figuring out exactly how to do it. I see that with certain permissions enabled, I believe I can use event kit, however I do not see how to bring the application to foreground to start the actual tasks to turn off the alarm from the application. Am I missing something here or is this not allowed? I have seen some references to keeping silent audio playing to maintain background functionality for as long as you want, but I feel like that is a very bad solution that will potentially cause issues later with Apple review, so I'd prefer to not go that route.
1
0
685
Dec ’21
Reply to How to Fix Cracking and Popping Sound ?
Tried all the trouble shooting steps as well, sound issue seems to be intermitten especially in Logic Pro but seems to also pop even when loading a song in Apple Music or a video on Youtube. Very Frustrating as audio engineer. Even switched from 2015 MacBook Pro to 15 inch 2018 2.9 GHz 6-Core Intel Core i9 and updated to Big Sur. Same issue. we need a fix!
Topic: Community SubTopic: Apple Developers Tags:
Nov ’20
Cancellation Callback in Peek and Pop
I have implemented a standard Peek and Pop for previewing content from a grid with 3D Touch. The grid auto-scrolls, and I want to stop the animation when the user puts their finger down, then start it again when they lift up their finger. This was working well before implementing Peek and Pop, using touchesBegan/Moved/Ended/Cancelled on the cell view in the grid.After implementing Peek and Pop, the grid starts scrolling again once the Peek begins, because touchesCancelled gets called on the cell view. Is there a non-hacky way to detect that the Peek and Pop is active (or that the user's finger is still on the screen, and get a callback when it leaves the screen)? I'm hoping there's something eloquent. Ultimately, I wish there was a delegate method for this in the Peek and Pop API.// This is when the Peek begins:- (UIViewController *)previewingContext:(id<UIViewControllerPreviewing>)previewingContext viewControllerForLocation:(CGPoint)location;// This is when
0
0
861
Oct ’15
SFSafariViewController not showing location permission pop-up but showing camera permission pop-up
Hey, I am loading a link on my app using SFSafariViewController and that link asking camera and location permission. Camera permission pop-up showing and accessible but for location permission it is not doing anything even not showing location permission pop-up. I need to know is there any way to get location permission pop-up on SFSafariViewController.
1
0
1.2k
Jul ’23
How to avoid master from popping itself?
I believe to have found a bug when trying to use isDetailLink(true) on some NavigationLinks and isDetailLink(false) on others, where the master view pops itself. Happens 100% of the time. Here is the sample code, please run it on an iPad (simulator or device) in landscape, and do the three steps: struct ContentView: View { var body: some View { NavigationView { List { //FIRST STEP - tap this to push to detail NavigationLink(Push Detail) { Text(Detail) } //SECOND STEP - tap this to push to master NavigationLink(Push to Root) { //THIRD STEP - tapping this will push to detail but will pop the master NavigationLink(Push Root Detail ) { Text(Root Detail) } }.isDetailLink(false) } Text(Initial Detail) } } } Does anyone know a way around this?
1
0
378
Feb ’22
POP Email not working
So... with the original beta, my Pop email accounts worked fine. Since then they won't work...My secure pop server port is 995. With the latest beta 4 install, the email account configuration shows the correct port, but the Log files show all attempts to be on port 110 (one that doesn't support SSL)...It's just not listening to the configuration :-)Anyone else see this?--marcelMac PRO, 32G, 1TB10.11 Beta (15A226f)Mail app Version 9.0 (3071)
0
0
260
Jul ’15
Reply to sound file cannot be load
Yeah, it happens everytime. It builds then crash. I saw a guy in another forum solved it with mac's sound settings. But it didnt work for me. Im trying to solve this obout a week now. I see resource can not be upload pop up in my dreams i will cry soon 🙂.
Topic: Graphics & Games SubTopic: SpriteKit Tags:
Aug ’15
Reply to How to Fix Cracking and Popping Sound ?
M3 Max 36GB MBP 16 (no usb dacs, just native speakers) Back to Apple after 18 years. Waited for apple silicon to mature a bit and decided to go with this generation. Am absolutely dumbfounded to see this issue. I don't have any crackles or popping. What I do have is the sound having micro cuts, be it Youtube, Spotify and it doesn't even need massive loads or spikes for it to happen. No memory pressure at all. This is actually unbelievable and unacceptable on such an expensive computer. Have dirt cheap laptops that handle audio better than this. Clearly something is amiss with Core Audio, not sure why Apple aren't addressing this as sound performance is absolutely mandatory for a smooth experience. Thank God I'm not back to doing audio engineering on Macs this is unacceptable.
Topic: Community SubTopic: Apple Developers Tags:
Jan ’24
How do I create a pop-up menu?
How do I create a pop-up menu?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
0
Boosts
0
Views
295
Activity
Oct ’17
Issues with Multiple Peek / Pop
I have an app with a sidebar that has different functions. On two of these controllers I have the peek / pop working. If during a session of the app I use one or the other controller, both the peek and the pop work just fine. If I use both controllers, the peek works in both but the pop is never getting called.To reiterate, this is getting called every time:- (nullable UIViewController *)previewingContext:(id <UIViewControllerPreviewing>)previewingContext viewControllerForLocation:(CGPoint)location {This is only getting called if I dont switch views:- (void)previewingContext:(id <UIViewControllerPreviewing>)previewingContext commitViewController:(UIViewController *)viewControllerToCommit {
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
0
Boosts
0
Views
437
Activity
Oct ’15
Reply to Ventura Hack for FireWire Core Audio Support on Supported MacBook Pro and others...
Apparently on my previous tries, I must have had an error of some sort. Thanks now to @daneover and the great step-by-step guide they provided, I'm now listening to some tunes on YouTube, via my Mackie Onyx-1220i 's Firewire connection!! Mac mini 2023 with M2 Pro | 32GB RAM MacOS Sequoia 15.6.1 Followed the instructions in sections 1, 2, and 3. No apparent issues installing the FW kext from the AppleFWAudioVentura.pkg. Downloaded the ZIP file & extracted the .pkg to my desktop. Note: One thing I did not do is have the Mackie connected to my Mini via FW during the whole install/config. I waited until the last step in part 3 (after double reboot) to finally get connected. Also of note, I have had success via 2 different ways to connect to my Mini. In previous attempts, I tried the dongle daisy chain method with a FW800 (male) > FW400 (female) adapter connected to the Apple FW800 > TB2 adapter, and finally the TB2 > TB3 adapter. This time around, that collection of adapters is working great. Prior t
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’25
Reply to what is dgph ??
In the Finder, tap on that folder and then control/right-click - from the pop up, choose Get info >.Under permissions, unlock it, and then set permissions to read and write. Click on the gear below and set to all inside.'dgph' sounds like something to do with cocoapods...
Replies
Boosts
Views
Activity
Jan ’16
Popping application from background state
I am working on an application for an alarm clock to publish that focuses on forcing the user to complete various tasks to stop the alarm for heavy sleepers. I am trying to get the functionality for popping the application to the foreground after the timer is called (active alarm clock) similar to how Alarmy does it, however I am running into issues figuring out exactly how to do it. I see that with certain permissions enabled, I believe I can use event kit, however I do not see how to bring the application to foreground to start the actual tasks to turn off the alarm from the application. Am I missing something here or is this not allowed? I have seen some references to keeping silent audio playing to maintain background functionality for as long as you want, but I feel like that is a very bad solution that will potentially cause issues later with Apple review, so I'd prefer to not go that route.
Replies
1
Boosts
0
Views
685
Activity
Dec ’21
Reply to How to Fix Cracking and Popping Sound ?
Tried all the trouble shooting steps as well, sound issue seems to be intermitten especially in Logic Pro but seems to also pop even when loading a song in Apple Music or a video on Youtube. Very Frustrating as audio engineer. Even switched from 2015 MacBook Pro to 15 inch 2018 2.9 GHz 6-Core Intel Core i9 and updated to Big Sur. Same issue. we need a fix!
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Nov ’20
Reply to How to Fix Cracking and Popping Sound ?
I'm having the same issue, random popping and crackling sounds when the memory is on high pressure, on a MBP 14-inch 2021. Absolutely egregious this hasn't been addressed by Apple having affected so many people. I hope for a future recall, a class-action suit, or something!
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Apr ’23
Cancellation Callback in Peek and Pop
I have implemented a standard Peek and Pop for previewing content from a grid with 3D Touch. The grid auto-scrolls, and I want to stop the animation when the user puts their finger down, then start it again when they lift up their finger. This was working well before implementing Peek and Pop, using touchesBegan/Moved/Ended/Cancelled on the cell view in the grid.After implementing Peek and Pop, the grid starts scrolling again once the Peek begins, because touchesCancelled gets called on the cell view. Is there a non-hacky way to detect that the Peek and Pop is active (or that the user's finger is still on the screen, and get a callback when it leaves the screen)? I'm hoping there's something eloquent. Ultimately, I wish there was a delegate method for this in the Peek and Pop API.// This is when the Peek begins:- (UIViewController *)previewingContext:(id<UIViewControllerPreviewing>)previewingContext viewControllerForLocation:(CGPoint)location;// This is when
Replies
0
Boosts
0
Views
861
Activity
Oct ’15
SFSafariViewController not showing location permission pop-up but showing camera permission pop-up
Hey, I am loading a link on my app using SFSafariViewController and that link asking camera and location permission. Camera permission pop-up showing and accessible but for location permission it is not doing anything even not showing location permission pop-up. I need to know is there any way to get location permission pop-up on SFSafariViewController.
Replies
1
Boosts
0
Views
1.2k
Activity
Jul ’23
How to avoid master from popping itself?
I believe to have found a bug when trying to use isDetailLink(true) on some NavigationLinks and isDetailLink(false) on others, where the master view pops itself. Happens 100% of the time. Here is the sample code, please run it on an iPad (simulator or device) in landscape, and do the three steps: struct ContentView: View { var body: some View { NavigationView { List { //FIRST STEP - tap this to push to detail NavigationLink(Push Detail) { Text(Detail) } //SECOND STEP - tap this to push to master NavigationLink(Push to Root) { //THIRD STEP - tapping this will push to detail but will pop the master NavigationLink(Push Root Detail ) { Text(Root Detail) } }.isDetailLink(false) } Text(Initial Detail) } } } Does anyone know a way around this?
Replies
1
Boosts
0
Views
378
Activity
Feb ’22
Xcode Crackling/Popping noise
Is anyone experiencing Crackling/Popping noise when running the preview or simulator. I had this issue before and it went away with an update but now it's back. It's very annoying.
Replies
2
Boosts
0
Views
1.4k
Activity
Mar ’21
POP Email not working
So... with the original beta, my Pop email accounts worked fine. Since then they won't work...My secure pop server port is 995. With the latest beta 4 install, the email account configuration shows the correct port, but the Log files show all attempts to be on port 110 (one that doesn't support SSL)...It's just not listening to the configuration :-)Anyone else see this?--marcelMac PRO, 32G, 1TB10.11 Beta (15A226f)Mail app Version 9.0 (3071)
Replies
0
Boosts
0
Views
260
Activity
Jul ’15
Reply to sound file cannot be load
Yeah, it happens everytime. It builds then crash. I saw a guy in another forum solved it with mac's sound settings. But it didnt work for me. Im trying to solve this obout a week now. I see resource can not be upload pop up in my dreams i will cry soon 🙂.
Topic: Graphics & Games SubTopic: SpriteKit Tags:
Replies
Boosts
Views
Activity
Aug ’15
How to import audio for an object for a game
I.e. like splashy fish every time you tap it makes a popping bubble sound
Replies
5
Boosts
0
Views
653
Activity
Jun ’15
Reply to How to Fix Cracking and Popping Sound ?
M3 Max 36GB MBP 16 (no usb dacs, just native speakers) Back to Apple after 18 years. Waited for apple silicon to mature a bit and decided to go with this generation. Am absolutely dumbfounded to see this issue. I don't have any crackles or popping. What I do have is the sound having micro cuts, be it Youtube, Spotify and it doesn't even need massive loads or spikes for it to happen. No memory pressure at all. This is actually unbelievable and unacceptable on such an expensive computer. Have dirt cheap laptops that handle audio better than this. Clearly something is amiss with Core Audio, not sure why Apple aren't addressing this as sound performance is absolutely mandatory for a smooth experience. Thank God I'm not back to doing audio engineering on Macs this is unacceptable.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Jan ’24