Post

Replies

Boosts

Views

Activity

Comment on Stop using MVVM for SwiftUI
But if you haven't realized this is the real world, not some classroom and what people decide to use in the real world as architecture, is entirely of their own volition. Peddle your wares somewhere else! Not sure what's up with you but can take this attitude of yours to the classroom where it belongs!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jan ’22
Comment on App Store Review Guidelines 5.1.1 (ix) - Account delete requirement for banking apps
Not in a regulated financial industry where depending on where you live, records must be kept for 15 years or more. These institutions have archives of offline storage and Apple is in no position to instruct any financial institution on how they manage the data of its customers. Governments on the other hand can regulate Apple in removing this requirement when it comes to the banks, insurance companies and the financial industry.
Topic: Privacy & Security SubTopic: General Tags:
Jan ’22
Comment on Custom ListStyle types
I'm aware of creating custom list. What I am looking to do is implement and adjust the behaviours of the list view items when items are selected. For example when an item is selected in macOS, then set the selected cell background color etc., keep the text font colours as is etc. when selected,
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Feb ’22
Comment on Adding a Haptic Metronome to the Watch
The thing is Apple doesn't take unsolicited requests for ideas or features for the likelihood of being sued later by some patent troll. But you can take a shot via the mac Feedback app.
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on App Store Review Guidelines 5.1.1 (ix) - Account delete requirement for banking apps
@notapro1234 This is exactly what Apple missed when it came to regulated financial entities.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on App Store Review Guidelines 5.1.1 (ix) - Account delete requirement for banking apps
You have banks accounts or products which can be activated individually and then you have a customer profile which are two different entities, neither can be deleted by the customer for security and regulatory reasons.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on Updating a variable only after a function stops running
or defer {}
Replies
Boosts
Views
Activity
Jan ’22
Comment on "Content View" in a custom UIView, as in Cells
Just learn SwitfUI.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on Stop using MVVM for SwiftUI
Maybe you can have V-VM-M View-ViewModel-Model.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on Stop using MVVM for SwiftUI
But if you haven't realized this is the real world, not some classroom and what people decide to use in the real world as architecture, is entirely of their own volition. Peddle your wares somewhere else! Not sure what's up with you but can take this attitude of yours to the classroom where it belongs!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on App Store Review Guidelines 5.1.1 (ix) - Account delete requirement for banking apps
Not in a regulated financial industry where depending on where you live, records must be kept for 15 years or more. These institutions have archives of offline storage and Apple is in no position to instruct any financial institution on how they manage the data of its customers. Governments on the other hand can regulate Apple in removing this requirement when it comes to the banks, insurance companies and the financial industry.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on iPhone Orientation Impacting Tab View within a Navigation View
The TabView is a root container I'm not sure you can hide its tabBar in SwiftUI.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on Xcode 13.2.1 on MacOS Monterey 12.1.
Create a new Xcode project, build, run and if the same thing happens then delete & reinstall Xcode if it doesn't happen then you most likely installed a 3rd party tool that modified either your project or a combination of the Xcode installation by either modifying the symlink paths.
Replies
Boosts
Views
Activity
Feb ’22
Comment on Custom ListStyle types
I'm aware of creating custom list. What I am looking to do is implement and adjust the behaviours of the list view items when items are selected. For example when an item is selected in macOS, then set the selected cell background color etc., keep the text font colours as is etc. when selected,
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on Viber doesn’t work
Visit the viper support site, you won't get any help here for third part applications.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on I have had this same error for a few days and I can't fix it
@Claude31 allCases is usually associated with enum value types conforming to the CaseIterable protocol.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’22
Comment on Access the phone from Swift without the prompt box
Sounds a phishy ...
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’22
Comment on No ObservableObject found
Are you using @EnvironmentObject private var vm: LocationsViewModel any where in the app?
Replies
Boosts
Views
Activity
Mar ’22