Skip to main content
0 votes
0 answers
22 views

I found a reproducible issue in iOS 18+. When a SwiftUI TabView contains a Map (MKMapView), any custom UITabBarAppearance badge color is ignored while that tab is active. As soon as you switch to a ...
Vojta Böhm's user avatar
1 vote
0 answers
57 views

I want to create a label like my upload img` time label I have searched through the iOS documentation and did not find any relevant information. How should I write the code? By the way, I am using ...
chen liang's user avatar
0 votes
0 answers
31 views

See SWiftUI Problem. I'm seeing now the same problem with UIKit. Here are a couple of screen shots: Here's a very basic Scene Delegate that creates a tab controller with three view controllers. The ...
Phantom59's user avatar
  • 1,127
1 vote
1 answer
52 views

Trying to make a sheet-like view that attaches at the bottom to another view so I'd like to have only the top two corners rounded. This works for a blurred effect: let glassView = UIVisualEffectView(...
massimobio's user avatar
-1 votes
0 answers
108 views

After updating from iOS 26 to iOS 26.1, all my transparent system elements (i.e. UITabBar, UIBarButtonItem) started rendering with a dark background tint. In iOS 26 the same configuration looked fully ...
Krzysztof Orłowski's user avatar
1 vote
0 answers
40 views

I'm trying to present an action sheet from a regular UIButton on iOS 26 without showing the popover arrow. What I’ve tried so far: I watched the WWDC 2025 session “Build a UIKit app with the new ...
Luceefer's user avatar
-1 votes
0 answers
60 views

I have a UINavigationBar with 3 UIBarButtonItems on a background that can be different colors. Liquid Glass gives these buttons a very light not very clear background color, ruining the aesthetic. ...
fphelp's user avatar
  • 1,644
Advice
0 votes
0 replies
32 views

I am trying to place a custom view so that it will cover, partially, predictive text panel from the iOS keyboard. However i can't seem to manage implementing it, the predictive text panel is always ...
Andrew's user avatar
  • 55
-1 votes
0 answers
95 views

In iOS 26.0, my navigation bars and UI controls (pickers, date pickers, bar button items) were rendered in a beautiful, glassy, translucent style. After updating to iOS 26.1: UIBarButtonItems became ...
Christoph. O's user avatar
-1 votes
0 answers
33 views

In snapshots UISwitch doesnt switch to ride side, when i make it display(isOn: false) Its just placed on the left side, but the color is gray, like its disabled. How can i snapshot my UISwitch with ...
PeakyEye's user avatar
0 votes
0 answers
17 views

I’m building a custom UICollectionViewFlowLayout where each cell is stacked with partial overlap, I am using UICollectionViewLayoutAttributes to add frame, zindex and other attributes to each cell , I ...
FE_Tech's user avatar
  • 1,812
0 votes
0 answers
58 views

I have an issue where the "ExternalDesktopView" is being rendered at iPhone resolution at full screen and on the TV. For example, it appears like normal iPhone mirroring like a huge black ...
Tameem Mohamed's user avatar
1 vote
1 answer
179 views

How to enable multitouch on ARView? Touch functions (touchesBegan, touchesMoved, ...) seem to only handle one touch at a time despite setting isMultipleTouchEnabled = true. In order to handle multiple ...
Ache's user avatar
  • 305
1 vote
0 answers
52 views

I’ve built a custom text editor using TextKit 2, and I’ve noticed that some text changes triggered by the system keyboard are not traceable through the usual delegate methods or text editing lifecycle....
FE_Tech's user avatar
  • 1,812
0 votes
0 answers
52 views

I have an InfinitePager implementation that uses UIPageViewController under the hood. It works all good when the InfinitePager is taking up the full height of the screen. However, if it's not full ...
Attila Kun's user avatar
  • 2,475

15 30 50 per page
1
2 3 4 5
834