Skip to main content
1 vote
1 answer
19 views

In my app you can swipe from left-to-right on the left edge of the screen to dismiss a UIViewController in a UINavigationController. But now in iOS 26, you can start the swipe from anywhere on the ...
Micro's user avatar
  • 10.9k
0 votes
0 answers
38 views

When I press on a map pin, the detail view on a different View Controller for the selected restuarant’s pin is not shown. I think this is occurring because of the Task block I'm using. Its an iOS ...
cg1000's user avatar
  • 27
0 votes
2 answers
203 views

I have the following View in SwiftUI to display FamilyActivityPicker: import SwiftUI import FamilyControls struct FamilyActivityPickerView: View { @State private var selectionToDiscourage = ...
sudoExclamationExclamation's user avatar
0 votes
2 answers
87 views

I have three function inside the repository class . I am calling the function in order first createUser, then submitApplication and finally submitMemorableWord function . Condition is if the ...
user avatar
0 votes
0 answers
61 views

I have a view controller with a button. Once clicked, a new view controller is suppose to be presented. CropperViewController @IBAction func cropImageAction(_ sender: AnyObject) { ...
Amen Parham's user avatar
-3 votes
1 answer
44 views

Here is a viewcontroller(vca) and another vcb, I need to add vcb.view to vca as a subview. but I did not use addChildViewController, instead, I directly calls [vca.view addSubview:vcb.view], and vcb's ...
carol's user avatar
  • 1
1 vote
1 answer
88 views

I am trying to create an app that gets the input of the user and fills a class, then afterwards stores that data on an array that I want to retrieve and populate a UITableView. My issue is that I can'...
Miguel Carvalho's user avatar
0 votes
1 answer
30 views

So I'm trying to make it so an ad will pop up every time the score in game scene reaches a certain point in my game in Xcode using Swift but it's not calling the function that does that(...
Sider the Programmer's user avatar
1 vote
1 answer
71 views

I'm creating an app for iOS and I have a function in a view controller called MainVC that has to return another view controller. The view controller that this function has to return inherits from ...
Guillermo García's user avatar
0 votes
0 answers
60 views

I have two view controller . In first view controller I have table view with cell and search bar on top . The second view controller I have back button to go back to first view controller. The problem ...
user avatar
0 votes
0 answers
123 views

I am following factory design pattern . From the view model state response I am rendering the view. For movie details view I am rendering MovieDetailsDisplayViewController. view content. Here is view ...
user avatar
-1 votes
1 answer
121 views

I want to display two view controller content into single view. I have created a common view controller and add two view content controller as child view inside the common view. But the problem when I ...
user avatar
1 vote
1 answer
129 views

I am trying add two view controller content into single view. Here How I am trying to do it . First create one single view controller and then add the require view into private function then call into ...
user avatar
0 votes
1 answer
74 views

I want to open the desktop version of a link using SFSafariViewController. I have found solutions for how to use SFSafariViewController and separately for how to open the desktop version of a link but ...
amelia's user avatar
  • 111
0 votes
2 answers
117 views

I am testing in Swift to send notifications with Firebase and in general it's working. When i will send a notification to one user, i need the device token of this user. I guess this is not the same ...
Patrick De Wolf's user avatar

15 30 50 per page
1
2 3 4 5
186