Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
17 views

https://youtube.com/shorts/YXl0ijziTyM?si=RMP2ZQuyFlVsfg8e After the iOS 26 update, unwanted animations appear on UIButton. I'm using the attributedTitle property of UIButton.Configuration to change ...
 Macmillan's user avatar
0 votes
0 answers
60 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
1 vote
1 answer
56 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 vote
0 answers
41 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
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
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
63 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
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
1 answer
64 views

I’m building a custom input field using UITextField. When the user taps to focus the field and the text is long, the entire text becomes selected by default. This is the same behavior you can see in ...
Duy Huỳnh Nguyễn Tuấn's user avatar
0 votes
0 answers
179 views

Navigation bar back button sometimes has a white background on its liquid glass layer when I navigate to the screen. I want it to be of clear background as shown below. I am not setting any tint or ...
Tejeshwer's user avatar
0 votes
0 answers
65 views

I have a custom input view in my app which is .focusable(). It behaves similar to a TextField, where it must be focused in order to be used. This works fine on all platforms including iPad, except ...
Jordan Ellis's user avatar
0 votes
1 answer
111 views

In iOS 26 navigationItem.searchController.searchBar.searchTextFIeld.backgroundColor is only affected if navigationItem.hidesSearchBarWhenScrolling is set to false (which is not what I want). However, ...
Merricat's user avatar
  • 2,890
0 votes
0 answers
50 views

We have a UICollectionView whose cells have custom context menu highlight previews. In the delegate method collectionView(_:contextMenuConfiguration:highlightPreviewForItemAt:) we build a ...
Ugur's user avatar
  • 156
0 votes
1 answer
518 views

Since updating to iOS 26, the system back button in my UINavigationController now has a rounded, translucent glass-like background (a “magnifying glass” capsule). This breaks my app’s design, where I ...
ahoo ahooo's user avatar
4 votes
1 answer
347 views

When trying to render a UITabBarController with custom tint color for selected and unselected items, I am getting correct behaviour on version prior to iOS26. But on iOS26 tint is correctly applied on ...
Tejeshwer's user avatar
0 votes
2 answers
680 views

In iOS 26, the UISplitViewController primary or detail ViewController is displayed in modal mode, which is not correct. How to remove it? Code for my UISplitViewController subclass: override func ...
Mikhail S's user avatar
  • 4,100
1 vote
2 answers
365 views

I’m trying to create more than 5 tabs in a UITabBarController on iOS 26. By default, the 6th tab and onwards get grouped into the “More” tab. I’ve already tried using the regular trait collection ...
Syed Qamar Abbas's user avatar
0 votes
1 answer
152 views

I am building a custom iOS keyboard using UIInputViewController with UIStackView for layout. There is a strange UI glitch when switching keyboards (e.g. to emoji or system keyboard): The custom ...
Jeff's user avatar
  • 1
0 votes
1 answer
41 views

I developed my App originally with Xcode 12.4, meaning mac-catalyst 13.6 and/or iOS 13.6. However, after upgrading to Xcode 16.4, meaining mac-catalyst 15.x, now the Root-window suddenly shows tabbing:...
Top-Master's user avatar
  • 9,039
3 votes
1 answer
2k views

Since updating my Xcode and building my app for iOS 26, the buttons on the UINavigationBar look terrible, in my opinion, with large rounded rectangles around them. Can anything be done to revert these ...
Ant's user avatar
  • 223
0 votes
2 answers
82 views

I have the following code func setupUI() { self.view.backgroundColor = .white let titleLbl = UILabel() titleLbl.text = book.title titleLbl.textColor = .black ...
Chris Hansen's user avatar
  • 8,781
1 vote
2 answers
54 views

I’m working on an iOS app where I have an AnyArtboardEvent method that pushes snapshots into my undo/redo stack. Here’s a simplified version of it: func AnyArtboardEvent(mergedImaged: UIImage = ...
molvOps's user avatar
  • 21
1 vote
1 answer
225 views

I'm currently working on integrating new iOS 26 features into my app, and so far, the process has been really exciting. However, I've encountered an issue when updating the badge of a UIBarButtonItem, ...
Evghenii Todorov's user avatar
0 votes
2 answers
1k views

Short description / problem When I push from a tab bar root navigation controller to a new screen, the navigation bar back button jumps (moves out of place) briefly during the push animation and then ...
Paulo Silva's user avatar
9 votes
1 answer
3k views

I have an existing iOS app with an old code base and a lot of UIKit with some SwiftUI mixed in. The main view controller is a UITabBarController and migration to Xcode 26 / iOS 26 / Liquid Glass is ...
JanMensch's user avatar
  • 2,721

1
2 3 4 5
251