152 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-3
votes
0
answers
29
views
ios 26 STWebpageController cover the real page so i cant see real content [closed]
this is how my web page look like in LOOKIN
And you can see my real content is covered by pure white color
STWebpageController cover the real page so i cant see real content
STWebpageController is ...
Advice
0
votes
0
replies
17
views
How can I handle / remove the top bar space in a custom keyboard on iOS 26?
keyboard Image
I’m building a custom UIInputViewController keyboard.
Even after removing safe areas and setting constraints to view.topAnchor, there is still an empty space above the first row of keys....
0
votes
0
answers
40
views
Weird crash with keyboardLayoutGuide in ios 26
I have this feature which was working just fine until one day, it crashes when I push another VC or pop to previous VC. the crash log says:
Assertion failure in void _engineVar_rawRemove(NSISEngineVar)...
0
votes
1
answer
70
views
Swift keyboard extension opens a URL when Full Access is not allowed on iOS 26.0 and later
I created a button in my keyboard extension to open my app. Previously, the app could be opened even when the user had not enabled Full Access for the keyboard. However, starting from iOS 26, this no ...
2
votes
1
answer
125
views
iOS 26 UIButton liquid glass tint flickers during interactive dismiss of zoom transition
I'm experiencing an issue with a UIButton using UIButton.Configuration.prominentGlass() on iOS 26. When I present a modal using iOS 18's .zoom transition and then interactively dismiss it (swipe down),...
2
votes
2
answers
190
views
iOS 26 SwiftUI app when keyboard is shown, the keyboard's toolbar covers the text input (it worked on iOS 18)
When I have a text field on bottom of a list, then tap on it to show the keyboard that has a toolbar button, on iOS 26, the keyboard's toolbar covers the text field:
However, it worked fine on iOS 18....
0
votes
0
answers
150
views
How to avoid UINavigationController push transition safe area animation in compact UISplitViewController on iOS 26?
Question
How to avoid an unexpected layout animation during push transition on iOS 26? Is there any possible workaround?
Details
Having a master-detail view with a navigation stack used to be ...
-1
votes
0
answers
90
views
Can UIDesignRequiresCompatibility in iOS 26 be enabled only for part of the UI instead of the whole app?
After updating to iOS 26 and Xcode 26, our app’s UI broke due to the new Liquid Glass redesign. To temporarily fix this, we added the UIDesignRequiresCompatibility key to our Info.plist and set it to ...
1
vote
2
answers
207
views
iOS 26 - How to match adaptive color tinting for Liquid Glass TabView selected and unselected Tabs
I'm creating a new TabView with Liquid Glass and the adaptive tab makes it so the tab icons changes colors depending on the background. This all works well for the unselected tabs but I want to be ...
1
vote
1
answer
71
views
GlassEffect not applied on button border
I'm trying to achieve having a GlassEffectContainer with some buttons and the select button has a red bottom border.
My only issue is that the glass effect isn't being applied on the background where ...
1
vote
1
answer
117
views
iOS 26 UIButton prominentClearGlass icon color doesn't adapt to the brightness/darkness of content behind it
In iOS 26, I need my UIButton to automatically adapt the icon color based on the content behind it. For example, if there is a scrolling table view behind it and the content becomes light, then the ...
0
votes
0
answers
81
views
Playing Apple Fairplay encrypted content on iOS 26
For iOS17 we've had no problem playing Apple Fairplay encrypted content with keys delivered from our key server running on FairPlay Streaming Server SDK 5.1 and subsequently FairPlay Streaming Server ...
1
vote
1
answer
107
views
How can I read the setting of the Liquid Glass design mode?
In iOS 26.1, a new system setting allows users to toggle the Liquid Glass design between 'Tinted' and 'Clear' modes.
I need to programmatically read this preference to adapt my UI. Which specific ...
2
votes
1
answer
167
views
List view bottom edges not being clipped ios 26
before updating to iOS 26 my list was looking fine but now it has abnormal paddings and because I am using fixed height, I had to increase the height from 40 to 60 to fit the text.
There are currently ...
0
votes
0
answers
89
views
UITabBar backgroundColor and backgroundImage has no effect in iOS 26
UITabBarAppearance Background Not Applying
UITabBarAppearance *appearance = UITabBarAppearance.alloc.init;
[appearance.stackedLayoutAppearance.normal setTitleTextAttributes:@{...