Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
36 views

Body I have an iOS app with a board editor built in UIKit. Each board item is a UIView, and some item types (note, date, calendar, countdown) render their content with SwiftUI hosted inside that UIKit ...
Henry Ngan's user avatar
0 votes
0 answers
93 views

What I want: What I have: (iOS 26.0) In the lower version of iOS(<26.0) is working good as attach screenshot above but when i run the app on iOS 26.0 it's not applied .glasseffect but when ...
Jatin's user avatar
  • 939
Tooling
1 vote
0 replies
61 views

So we have a specific scenario where the navigation item background color should be in pink instead of clear or prominent (blue). So we tried to use a custom UIButton to replace native UIBarButtonItem ...
Farhandika Guenia's user avatar
Advice
0 votes
0 replies
68 views

I have some flows in my iOS app which require us to open an SFSafariViewController. One such example is a login flow which opens the SFSafariViewController for SSO purposes. We have a UITest which ...
Shawn Frank's user avatar
  • 5,303
Advice
0 votes
1 replies
52 views

I am processing a video and need to extract frames that represent consecutive portions of the scene. The requirement is that each extracted frame should correspond to the next part of the scene ...
waterlama's user avatar
-1 votes
1 answer
87 views

With the following piece of code, we can have a pretty good idea of when the soft keyboard becomes visible/invisible: let showingObserver = NotificationCenter.default.addObserver( forName: ...
sm-sayedi's user avatar
  • 1,135
-1 votes
0 answers
54 views

I want to observe the changes in UIKeyboardLayoutGuide.layoutFrame, but using the KVO method, the code inside the layoutObservation block is only called once (when the keyboard is first shown). guard #...
sm-sayedi's user avatar
  • 1,135
Advice
0 votes
2 replies
88 views

In Swift, iOS, I have a pdf file with 2 pages. I want to put the 2 side by side, on a new page. For this, I have to scale initial pages half size and rotate .pi/2. I managed to achieve this by ...
claude31's user avatar
  • 884
Advice
0 votes
3 replies
94 views

I am VERY new to Swift! Pleas have mercy on my basic question. I'm trying programmatically set up a button. I call a function like so: override func viewDidLoad() { super.viewDidLoad() ...
Jason W's user avatar
  • 153
0 votes
1 answer
65 views

I'm working on a pair of Swift projects, and one of them, running on an iPad, refuses to cooperate with this webview. The image below shows the whitespace below the editor. This only appears when the ...
Fluster.IO's user avatar
0 votes
0 answers
45 views

Overview I have the following view hierarchy that mixes SwiftUI and UIKit: AccordionView └─ VStack ├─ Text ├─ Button └─ UIViewRepresentable └─ UIStackView ├─ ...
Adam Carter's user avatar
  • 4,884
1 vote
1 answer
320 views

In iOS 26, how can I group multiple Liquid Glass buttons into a single pill view instead of separate buttons that my code currently does. Note that I need to use UIKit, not SwiftUI. Below code: import ...
sudoExclamationExclamation's user avatar
-1 votes
1 answer
201 views

I’m seeing unexpected UITabBar behavior on iOS 26 when Liquid Glass is enabled. I’m using UITabBarAppearance with a dynamic UIColor to keep the selected tab bar icon and title text in sync (blue in ...
Farhandika Guenia's user avatar
2 votes
1 answer
261 views

Setup: I have a segment view with 3 segments, and the last one (at index 2) is disabled. Issue: When I drag the liquid glass handle of the segment view from what was previously selected to the ...
Revanth Kausikan's user avatar
0 votes
1 answer
607 views

I have implemented a custom tab bar, and it works correctly on iOS 18. However, on iOS 26, the Liquid Glass effect displays the default tab selection, which I need to remove. I have tried multiple ...
M.D's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
834