Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
246 views

I've sample code for the reference which works fine prior iOS 26 but not in iOS 26. class SampleViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() ...
Chetan Prajapati's user avatar
2 votes
1 answer
564 views

Is it possible to disable automatic color inversion in iOS 26 UINavigationBar which triggered by the system depending on background? Can't find any new method in documentation for that. This is for ...
nemissm's user avatar
  • 471
1 vote
1 answer
850 views

In iOS 26, when using NavigationStack or regular UINavigationController push transitions, there’s a new default animation that adds a corner radius to the incoming view. This corner radius breaks ...
Dim Roe's user avatar
  • 53
0 votes
0 answers
113 views

I want to add custom back button to my app with out losing swipe to back gestures. Adding this .navigationBarBackButtonHidden(true) will remove swipe to back gestures I tried adding below snippet to ...
karthik rashinkar's user avatar
0 votes
0 answers
31 views

I would like to replicate the back button transition seen in apps like the App Store or Apple Music. Specifically, I want to animate a custom-shaped back button into the default back button during ...
Kngw Kngw's user avatar
  • 123
1 vote
1 answer
173 views

I had a requirement to remove the text of the back button and only leave the back chevron in the navigation bar. Some options I came across were setting the title of the view control to a string with ...
Shawn Frank's user avatar
  • 5,303
0 votes
0 answers
43 views

I'm encountering an odd issue with my UITabController where my selected tab in the tab bar is out of sync with the tab displayed. Essentially I am building an iOS app in SwiftUI with navigation built ...
Marsolgen's user avatar
  • 187
0 votes
0 answers
189 views

Problem with "More" Tab in UITabBarController on iOS 18 I'm working on an iOS application using Objective-C and UITabBarController. I have more than five tabs, so the additional ones are ...
wajahat akram's user avatar
0 votes
1 answer
900 views

With the new iOS 18 tab bar, it now shows at the top to supposedly save space. But, I have my UITabBarController shown from a UINavigationController, so I have a navigation item at the top with a back ...
IMSsam's user avatar
  • 97
0 votes
1 answer
80 views

I m developing an sdk for samsung on tizen platform. I m facing issues related with spatial navigation. Can anyone suggest a robust library for spatial navigation. i ask chatgpt and google but it didn'...
Atul Chaubey's user avatar
-2 votes
1 answer
74 views

How to get animation like this Code: with this code i am able to navigate views normally but if i am in AttendanceSwipeView(viewModel: viewModel) then if i tap on Dashboard then view should come with ...
Swift's user avatar
  • 1,180
0 votes
0 answers
70 views

I have a SwiftUI NavigationView and a SwiftUI view displayed in SwiftUI. The navigation link refers to a UIViewControllerRepresentable wrapping a UIViewController. I have been unable to remove the ...
David's user avatar
  • 2,810
1 vote
0 answers
59 views

I am using a bottom navigation in android jetpack @Composable fun BottomNavigationBar() { val navController = rememberNavController() var navigationSelectedItem by remember { mutableStateOf(...
Rajiv Agarwal's user avatar
-3 votes
1 answer
338 views

I have a UINavigationController Stack like this : UINavigationController -> RootViewController-> OtherControllers->... I wanna the UINavigationBar background color set to red color when ...
ximmyxiao's user avatar
  • 2,923
0 votes
1 answer
51 views

I have below code where i got all details in my dynamic page. when I hit nav back its taking me all the way back to app home screen, looking for solution to go to initial page withoutout dynamic page ...
Sam Kam's user avatar
0 votes
1 answer
69 views

I am running into issues where my app seems to forget the current View Controller and its properties--namely a tableView--after launching an AlertController with Action methods. For example, after ...
user6631314's user avatar
  • 2,050
0 votes
0 answers
41 views

Each UIViewController has a UINavigationController: // case1 A_viewController.navigationController // case2 let B_viewController = B_ViewController(navController: A_viewController....
Suee97's user avatar
  • 989
0 votes
0 answers
37 views

In our app, there are several activities. When the user opens MainActivity-> EventActivity-> EventRegsiterActivity, and then clicks the home button we have an inconsistency behaviour. When the ...
Kostya Rudenko's user avatar
0 votes
0 answers
56 views

After changing language from English to arabic the application has a delay in the navigation, the implication implemented with Combine and there is a Language Manager file when changing the language ...
Esraa Ragab's user avatar
-1 votes
1 answer
30 views

I have a UIViewController that is in a navigation stack. There are two different segues that can be triggered from this UIViewController using: performSegue(withIdentifier: "SomeIdentifier",...
Son of a Beach's user avatar
2 votes
2 answers
263 views

I have the following example which shows the issue. I basically want to show a UI similar to iMessage where a UITextView is present at the bottom for typing the message. Once the keyboard is shown in ...
sudoExclamationExclamation's user avatar
0 votes
0 answers
140 views

I'm trying to create an application with 2 pages with jetpack compose On the first page users would enter their sign-in information such as first name, last name, id, and date of birth, and then on ...
Nastaran Ebrahimi's user avatar
0 votes
1 answer
125 views

I am planning to localize my iOS application where I have a lot of Navigation controllers and a Home Tab car controller as well. how do I support navigations from left to right (push view controller ...
CKT's user avatar
  • 1,217
1 vote
1 answer
924 views

In my SwiftUI/UIKit project, we're using UIKit's Navigation Controller for navigation. Currently, I have a function that gets a UIViewController from a SwiftUI View: func popTo<T: View>(viewType:...
Gus's user avatar
  • 926
1 vote
0 answers
333 views

I am using navigation controller, and I've set to true its navigation bar's prefersLargeTitle property. Everything works fine, but when the text of my title is too large, it doesn't fit in space. Here ...
Nicolas's user avatar
  • 35

1
2 3 4 5
238