Skip to main content
-4 votes
0 answers
25 views

I am only relatively new to the community. However, I can't get a few packages together and now I don't know how to get any further and I'm still at the beginning of my project, I would also be ...
Shiba Inu_TV's user avatar
1 vote
1 answer
20 views

In my app you can swipe from left-to-right on the left edge of the screen to dismiss a UIViewController in a UINavigationController. But now in iOS 26, you can start the swipe from anywhere on the ...
Micro's user avatar
  • 10.9k
-3 votes
0 answers
35 views

I was given an iOS legacy code. The tester can reproduce a strange issue, the application shows a Toast (Android) like message at the top of the screen which counts milliseconds, then disappears. I ...
Adam Varhegyi's user avatar
0 votes
0 answers
26 views

My app simply contains a navigation bar, and notice that iOS 26 renders it lower than expected. As you can see from the screenshot, it's positioned at 24 pt down. However, on iOS 18, the navigation ...
HL666's user avatar
  • 366
-4 votes
0 answers
32 views

Spent hours with multiple AIs. I export/import JSON, use ShareLink - all works. Except the icons. Tried single res 1024x1024. Three diff res for @2x and @3x. Nothing works - get generic icon, ...
Vlad Feinstein's user avatar
-6 votes
1 answer
48 views

I’m building an Expo React Native app and trying to implement Google Sign-In using `expo-auth-session` and `expo-auth-session/providers/google`. Environment: - React Native (Expo Router) - Running in ...
Ngô Ngọc Triệu Mẫn's user avatar
0 votes
0 answers
22 views

I want to recreate the first page of the app for the launch screen, and unfortunately, it can be done only using Storyboard, but strangely, the Storyboard seems to have a different safe area with ...
Mojtaba Hosseini's user avatar
0 votes
0 answers
38 views

I am currently using CLGeocoder in weather app on iOS to handle user's location queries. I then use the region property of the resulting CLPlacemark objects to obtain the region corresponding to the ...
Math Rules's user avatar
-4 votes
0 answers
47 views

I’m working on a screen that uses a single SwiftUI List composed of: a top block (statistics, month picker, year selector, total, Entrata/Uscita picker). a list of transactions grouped by day, each ...
Alessandro's user avatar
-1 votes
0 answers
39 views

I'm encountering this error while building the iOS app with Flutter: Command PhaseScriptExecution failed with a nonzero exit code I've tried all the available solutions. If anyone knows how to resolve ...
Anonymous's user avatar
1 vote
1 answer
61 views

I want to adjust the size of my navigation bar button item. Here's a minimum repro code: import UIKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() ...
HL666's user avatar
  • 366
1 vote
0 answers
68 views

I'm trying to show a fullScreenCover when the user taps the third tab instead of actually switching to that tab. The issue is that resetting selectedTab = oldValue in onChange breaks the ...
Mehmet Baykar's user avatar
1 vote
0 answers
56 views

I use a custom AppTheme type and inject it via a custom EnvironmentKey. Views can access the theme using @Environment(\.appTheme) or override it explicitly. While this work fine in most cases it ...
Andrei Herford's user avatar
0 votes
1 answer
51 views

I've issue in v18.0.2 when my app switch to facebook app. I'm using AppDelegate. My issue is only user authorize open Facebook App, user authorize in WebView is fine. I research and tried a lot but ...
hung nguyen's user avatar
Best practices
0 votes
0 replies
31 views

My app uses mongoDB. There will be in app purchases of consumable products. Do I store those transactions in the same table/collection for both android and iOS platforms?
Bear Bile Farming is Torture's user avatar

15 30 50 per page
1
2 3 4 5
45906