Post

Replies

Boosts

Views

Activity

AVQueuePlayer Error: LoudnessManager.mm:709 unable to open stream for LoudnessManager plist
Getting this error in iPhone Portrait Mode with notch. Currrently using AVQueuePlayer to play more than 30 mp3 files one by one. All constraint properties are correct but error occures only in Apple iPhone Portrait Mode with notch series. But same code works on same iPhone in Landscape mode. **But I get this error: ** LoudnessManager.mm:709 unable to open stream for LoudnessManager plist Type: Error | Timestamp: 2025-02-07 | Process: | Library: AudioToolbox | Subsystem: com.apple.coreaudio | Category: aqme | TID: 0x42754 LoudnessManager.mm:709 unable to open stream for LoudnessManager plist LoudnessManager.mm:709 unable to open stream for LoudnessManager plist Timestamp: 2025-02-07 | Library: AudioToolbox | Subsystem: com.apple.coreaudio | Category: aqme
0
3
1.1k
Feb ’25
Learning Management System (LMS) Framework for Swift App
Is there any good framework that can be used in educational app as Learning Management System (LMS). Should be full fledge for creating courseware for E Learning App. Should be compatible with all Apple Platforms. Any help or link will be greatly appreciated. As I didn't found anything that mentions designed for Xcode. All LMS belong to Web based apps.
0
0
750
Aug ’24
Converting ViewController Module to External Swift Package
I used the Local Folder UIKit-Based ViewController Module to select three Xcode projects that may work differently with string values stored in each Xcode Project Helper File. However, I have Successfully converted that Module to an Independent Swift Package And was able to deploy it on GitHub for easy use with different projects without having to update each file everywhere. But Now the string value that the Package depended on is not taking that value from the Xcode project it has been added to. So, How do we get value from the Xcode project for an independently added Swift Package to make it work?
0
0
652
Sep ’23
Lay outing Issues While Using SplitViewController over CollectionViewController
I was using CollectionViewController all along without any lay outing issues. After implementing SplitViewController for CollectionViewController... I noticed when I toggle switch for SplitViewController gap between two cells breaks or layouting of Cell i.e. sizeForItemAt I have implemented multitasking - view for my app. i.e. if traitCollection.verticalSizeClass == .regular && traitCollection.horizontalSizeClass == .regular etc. How to fix this?
0
0
695
May ’22
UIVisualEffectView Not working in macOS Catalyst
I am using UIVisualEffectView for my Popup View Controller view for my app. Code is successfully working in iOS and iPadOS to blure view background. But view for macOS Catalyst app is white without transperency and blur. How to solve this? I am using following code... self.view.backgroundColor = UIColor(red: 255/255, green: 255/255, blue: 255/255, alpha: 0.3) let blurEffect = UIBlurEffect(style: .light) let blurEffectView = UIVisualEffectView(effect: blurEffect) blurEffectView.frame = self.view.bounds blurEffectView.autoresizingMask = [.flexibleWidth, .flexibleHeight] self.view.insertSubview(blurEffectView, at: 0)
0
1
1.1k
Aug ’21
Disable Dark Mode for iOS, iPadOS and macOS Catalyst App using Swift Programming Language
I want to disable Dark Mode system wide. Apple Developer has mentioned that you can add 'UIUserInterfaceStyle' key to info.plist. But I checked there is no such key in list and it also gives error when you upload app to the App Store. I tried using below code in AppDelegate.swift file. window?.overrideUserInterfaceStyle = .light' But it seems above code doesn't apply to LaunchScreen.storyboard How to fix this? That is LaunchScreen should also obey command to disable dark mode system wide.
6
0
4.6k
May ’21
Programmatically Setting Constraints for CollectionViewCell Elements
Is there any possibility to update constraints for elements inside CollectionViewCell with button tap? And where to put the code inside CellForItem or Inside CollectionViewCell Class File?
Replies
2
Boosts
0
Views
95
Activity
May ’25
AVQueuePlayer Error: LoudnessManager.mm:709 unable to open stream for LoudnessManager plist
Getting this error in iPhone Portrait Mode with notch. Currrently using AVQueuePlayer to play more than 30 mp3 files one by one. All constraint properties are correct but error occures only in Apple iPhone Portrait Mode with notch series. But same code works on same iPhone in Landscape mode. **But I get this error: ** LoudnessManager.mm:709 unable to open stream for LoudnessManager plist Type: Error | Timestamp: 2025-02-07 | Process: | Library: AudioToolbox | Subsystem: com.apple.coreaudio | Category: aqme | TID: 0x42754 LoudnessManager.mm:709 unable to open stream for LoudnessManager plist LoudnessManager.mm:709 unable to open stream for LoudnessManager plist Timestamp: 2025-02-07 | Library: AudioToolbox | Subsystem: com.apple.coreaudio | Category: aqme
Replies
0
Boosts
3
Views
1.1k
Activity
Feb ’25
Learning Management System (LMS) Framework for Swift App
Is there any good framework that can be used in educational app as Learning Management System (LMS). Should be full fledge for creating courseware for E Learning App. Should be compatible with all Apple Platforms. Any help or link will be greatly appreciated. As I didn't found anything that mentions designed for Xcode. All LMS belong to Web based apps.
Replies
0
Boosts
0
Views
750
Activity
Aug ’24
Learning Management System (LMS) Framework for iOS app
Is there any good LMS framework that can be easily integrated to develop educational apps. It should have scoring, questionnaire, gamification , certificate generation etc. Any framework as easy as few lines of code and good payment structure would be good idea.
Replies
0
Boosts
0
Views
870
Activity
Jul ’24
Integrating iCloud for Universal App
Is there any good framework that can ease process of syncing strings, structs, bools across devices using icloud. Currently app doesn't use any cloud functionality. Any help will be greatly appreciated.
Replies
1
Boosts
0
Views
1k
Activity
Jun ’24
Applying Porperty to Every UIButton in current app
Hello, Is there any way to iterate all views and subviews in current xcode app and taget to particular properties to every UIButton. I tried using folllowing code but it is not working. for views in self.view.subviews { if views == UIButton { button.isPointerInteractionEnabled = true } else { } }
Replies
1
Boosts
0
Views
570
Activity
Apr ’24
Appearance Support Without Asset Catalog in Swift
I have created enum and UI Color Extension which returns Semantic UIColors created in Assets Catalog in iOS app. But is there any way that I can create UIColor Programatically that supports Dark and Light Mode using RGBA etc? Ans avoid using Asset Catalog.
Replies
0
Boosts
0
Views
853
Activity
Oct ’23
Converting ViewController Module to External Swift Package
I used the Local Folder UIKit-Based ViewController Module to select three Xcode projects that may work differently with string values stored in each Xcode Project Helper File. However, I have Successfully converted that Module to an Independent Swift Package And was able to deploy it on GitHub for easy use with different projects without having to update each file everywhere. But Now the string value that the Package depended on is not taking that value from the Xcode project it has been added to. So, How do we get value from the Xcode project for an independently added Swift Package to make it work?
Replies
0
Boosts
0
Views
652
Activity
Sep ’23
How know previously released app updates's build numbers?
I have almost updated my app 10 times or more. But I did not documented my app's build numbers. I have even deleted old archives from Xcode organiser. I checked App Store Connect's version history but it only shows App Versions and not Build Numbers. Is there any way to know build version for all my app updates and releases?
Replies
5
Boosts
0
Views
5.9k
Activity
Dec ’22
Replacing Chevron (< Root View Controller) with Display Mode Icon in Split View Controller
Hi, I am using Split View Controller. Can somebody help me with how to show Display Mode Icon in iPad Portrait Mode instead of just < Root View Controller
Replies
0
Boosts
0
Views
639
Activity
May ’22
Lay outing Issues While Using SplitViewController over CollectionViewController
I was using CollectionViewController all along without any lay outing issues. After implementing SplitViewController for CollectionViewController... I noticed when I toggle switch for SplitViewController gap between two cells breaks or layouting of Cell i.e. sizeForItemAt I have implemented multitasking - view for my app. i.e. if traitCollection.verticalSizeClass == .regular && traitCollection.horizontalSizeClass == .regular etc. How to fix this?
Replies
0
Boosts
0
Views
695
Activity
May ’22
UIVisualEffectView Not working in macOS Catalyst
I am using UIVisualEffectView for my Popup View Controller view for my app. Code is successfully working in iOS and iPadOS to blure view background. But view for macOS Catalyst app is white without transperency and blur. How to solve this? I am using following code... self.view.backgroundColor = UIColor(red: 255/255, green: 255/255, blue: 255/255, alpha: 0.3) let blurEffect = UIBlurEffect(style: .light) let blurEffectView = UIVisualEffectView(effect: blurEffect) blurEffectView.frame = self.view.bounds blurEffectView.autoresizingMask = [.flexibleWidth, .flexibleHeight] self.view.insertSubview(blurEffectView, at: 0)
Replies
0
Boosts
1
Views
1.1k
Activity
Aug ’21
Disable Dark Mode for iOS, iPadOS and macOS Catalyst App using Swift Programming Language
I want to disable Dark Mode system wide. Apple Developer has mentioned that you can add 'UIUserInterfaceStyle' key to info.plist. But I checked there is no such key in list and it also gives error when you upload app to the App Store. I tried using below code in AppDelegate.swift file. window?.overrideUserInterfaceStyle = .light' But it seems above code doesn't apply to LaunchScreen.storyboard How to fix this? That is LaunchScreen should also obey command to disable dark mode system wide.
Replies
6
Boosts
0
Views
4.6k
Activity
May ’21