Post

Replies

Boosts

Views

Activity

Reply to Scale app for coffee and small dishes
@9age There is a simple solution: develop the app yourself. If there is such a market, you'll become a billionaire. PS: there are very good purely mechanical scales on the market (since a few milleniums). No need for electronic scale nor iPhone app… And low cost as well: https://www.amazon.com/Mechanical-Chemical-roberval-Laboratory-Teaching/dp/B0C3ZKRQBT
Jul ’24
Reply to Cannot confirm my trader info - apps removed soon in the EU?
All they ask is trader contact information. And your status is In review, waiting for this information. You must provide trader's address, phone number, and email address that you provide for the purpose of posting on your App Store product page. What have you submitted exactly ? Is it exactly the same than the one you provide on AppStore ? Effectively, without this compliance, Apple will be forced legally (under DMA obligation) to remove your apps in EU.
Jul ’24
Reply to TabItem Not Respected In TabView
I tested on a Mac macOS Sonoma 14.5, Xcode 16.0ß2. I created dummy Views to call, but the does not matter. struct FilteredApplicantListView: View { var body: some View { Text("FilteredApplicantListView") } } struct QuickFinancials: View { var body: some View { Text("QuickFinancials") } } struct MoveInView: View { var body: some View { Text("MoveInView") } } struct MoveOutView: View { var body: some View { Text("MoveOutView") } } It works, as shown below: What is your configuration ?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jul ’24
Reply to help!
Welcome to the forum. Please, be more precise in your question. Do you use UIKit or SwiftUI ? Why do you look for storyboard ? Because you learn from a tutorial ? Which one ? In SwiftUI there is no Storyboard. In UIKit app, you will find the main storyboard in the left panel of Xcode, in the Project Navigator tab (leftmost tab).
Jul ’24
Reply to iPhone was 256 now 255
I suppose you speak of capacity information ? It is effectively surprising to see a value that is not power of 2. I see 2 possible reasons: a bug in iOS 18. a better evaluation of exact memory, excluding out of order memory cells (due to iPhone ageing). Read here https://www.quora.com/Do-flash-drives-degrade-over-time In addition, it is known that computation of available storage has regularly changed over iOS versions. 1 GB difference over 256 is a very small adjustment. Read this thread to see how much it has changed over time : https://discussions.apple.com/thread/253222773?sortBy=best
Topic: App & System Services SubTopic: Hardware Tags:
Jul ’24