Skip to main content
0 votes
2 answers
291 views

Prior to iOS 26, this successfully gave me a modal view with a transparent background: let settingsVC = MySettingsViewController() settingsVC.modalPresentationStyle = .automatic self.present(...
Gizmodo's user avatar
  • 3,024
0 votes
0 answers
77 views

I have an app whose main view controller (call it VC-A) is locked in portrait orientation. I would like to present a sheet-style modal (call it VC-B) over top of it, allowing the modal to rotate ...
tenuki's user avatar
  • 369
3 votes
1 answer
312 views

I have an app almost entirely built with Xcode Interface Builder and no code with the exception of the overrides of supportedInterfaceOrientations to fix the UIViewControllers orientation to either ...
phvega's user avatar
  • 71
0 votes
1 answer
114 views

I'm trying to build a view similar to what we see in the home screen of the Netflix iOS app, with multiple rows of cells. Here's the structure of my views: CollectionView(): Displays individual items ...
Kaiye's user avatar
  • 3
0 votes
1 answer
320 views

Hi Im new To SwiftUI I created a table using List and Grid/GridRow. The table is populated by a simple model Players. That just has the players first name, last name and score. When the users clicks ...
kevin campbell's user avatar
1 vote
0 answers
54 views

I need to open ReportViewController from tabbar modally. How i can do that? I have this TabBarConfigurator: import UIKit final class TabBarConfigurator { // MARK: - Private property private ...
Alexander Chebotarev's user avatar
0 votes
1 answer
558 views

I need to use a modal in my project. The use case is allowing users to modify their settings. E.g., a button is in a configuration page, that clicking on it, the modal is opened and users can change ...
user6781's user avatar
  • 621
7 votes
1 answer
2k views

I am trying to make a "FullScreenModalView" where you can send any view with a fixed height and width and it will show with a modal presentation. It is working perfectly but I can't make the ...
Tulon's user avatar
  • 4,134
2 votes
2 answers
3k views

Setting ionic modal height to auto/fit-content not working. I'm trying to make an ionic modal on angular, have its setted according to its content. Currently i need to create the modals by a ...
Alexsandro agustini's user avatar
1 vote
0 answers
142 views

In our app we are tracking screen views manually by adding relevant codes in viewWillAppear functions. With iOS 13, with the non fullscreen modals, the viewWillAppear of the parent screen won't get ...
anoop4real's user avatar
  • 7,718
0 votes
0 answers
123 views

So, the following modal is opened by this.$store.watch. Is there any way to pass payload object ( {payload: value.payload} ) to SharePage component directly from this.$modal.show('preview-share-modal',...
Alexandru Oprescu's user avatar
0 votes
0 answers
26 views

I wanted to add a calendar function to my app. For that I've created a class Calendar View Controller : class CalendarViewController: UIViewController, EKEventEditViewDelegate { func ...
Mathieu Cloart's user avatar
2 votes
0 answers
83 views

I'm developing an AutoFill Extension (AppEx) and stumbled upon the following bug, which happens on iPad only. This bug is reproducible on device only (not reproducible on simulator) and can be ...
Richard Topchii's user avatar
0 votes
2 answers
3k views

i have a modal screen like below: <Stack.Screen name="ForwardChatContent" component={ForwardChatContentScreen} options={{ ...
famfamfam's user avatar
  • 552
0 votes
1 answer
114 views

I want to popViewController after I dismiss a modalVC. However my code is not working. What is wrong? func showMessage(withTitle title: String, message: String) { let alert = ...
JuFa512's user avatar
  • 159

15 30 50 per page
1
2 3 4 5
87