Skip to main content
Filter by
Sorted by
Tagged with
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
81 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
-3 votes
1 answer
43 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
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
0 votes
0 answers
56 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
-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
0 votes
1 answer
67 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
0 answers
51 views

everyone, Because SwiftUI doesn't work with ViewControllers, I create one for facebook sharedialog. But there is an error "Type of expression is ambiguous without a type annotation". What's ...
Tracy9988 Xu's user avatar
0 votes
0 answers
42 views

In my Swift iOS app, I have implemented an UIAlertController to display a message with "Yes" and "No" buttons. The "Yes" button correctly resets the game, but when you ...
AranAli's user avatar
  • 57
0 votes
1 answer
137 views

I've implemented a notification content extension in order to get action buttons to show up properly in my app. All I need for my notifications is the default header and the action buttons, no ...
Tyler Wanta's user avatar
0 votes
1 answer
52 views

I have VC1 that is in navigation controller, we are presented VC2 from VC1, then VC3 from VC2. When I click button in VC3, I need to dismiss VC2 and VC3, after which push VC4 to the VC1 So this VC1 (...
LULULULALLA's user avatar
0 votes
1 answer
207 views

I am creating collection-view with screen transition and then An error which is "Thread 1: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value". I have attached ...
Mike's user avatar
  • 3
0 votes
0 answers
1k views

i find cant use vc to transfer data from one viewcontroller to another, the warning error is 'Cannot find type 'ViewController' in scope' in my second view controller i have func ...
dennis li's user avatar
-1 votes
1 answer
131 views

I want to open a window programmatically because I need to send a variable to the window as it is opening. MacOS. I have created a new window controller and a new view controller. Both are called from ...
Bob7430's user avatar
0 votes
1 answer
195 views

I have a learning app where I chain multiple ViewControllers together using the function: let main = UIStoryboard(name: "Main", bundle: nil) weak var levelCompletedViewController = main....
Aurora1510's user avatar
0 votes
1 answer
27 views

Hello guys can you help me, I have an app that has two ViewController and in the first VC I have four empty TextField and at the second VC I have four empty Labels that should receive new information ...
Salavat's user avatar
0 votes
1 answer
69 views

I have an extension ViewController for showing toast view. It should be added to parent view, then slide from top or bottom of screen and after delay slide back out of screen and be removed from ...
Geheiligt's user avatar
0 votes
1 answer
87 views

So I want to instantiate a view controller from storyboard and change its static variables. This is "vc1" - the view controller to be instantiated: import UIKit class vc1: UIViewController {...
mtacki's user avatar
  • 27
0 votes
0 answers
215 views

my problem is somewhere in my app I want to redirect my root navigation view but I didn't. in my scene delegate func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options ...
ibrahim erdogan's user avatar
1 vote
1 answer
850 views

I'm making an app where users can upload photos of different types of clothing items and have it be displayed in a collection view. Users can click on a button from a drop-down menu to tell the ...
jenna's user avatar
  • 21
-1 votes
1 answer
1k views

I am currently making an ar app using swift and Xcode. I was trying to set up a variable to check if a button was already being pressed. I have created the variable in the format I have seen other ...
coder12345's user avatar
0 votes
0 answers
140 views

I am trying to present a view controller after an auth request by passing in a view controller type into authState argument in SwiftUI View. "Cannot convert value of type 'MainView' to the ...
Alexander Paul's user avatar
0 votes
0 answers
196 views

My Cocoa App uses one ViewController. I do not use the InterfaceBuilder On app launch a view will be created and the user can do stuff. When clicking a specific button the VC (as the view's delegate) ...
MassMover's user avatar
  • 577
0 votes
1 answer
532 views

I want to implement picker that is in my custom cell, in my VC that has the tableView, I can't figure out how to reference that specific picker (because I have other 2), so if I try to make a switch ...
Cristian Tamborrell's user avatar
0 votes
2 answers
34 views

Why when I create normal Segue to show the next ViewController it make it like this in the leagueVC Not a fullscreen ? I want yo show the next screen as fullscreen by using the segue
Ameer AG's user avatar

1
2 3 4 5
56