Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
1 answer
65 views

Xcode 15.4 always popup to click "Trust and Open" when open workspace

I just upgrade my macOS from Monterey to Sonoma. And then I also downloaded and installed the new XCode version 15.4. I'm also git clone my project from my BitBucket repo after upgraded to macOS ...
Blurzschyter's user avatar
0 votes
0 answers
93 views

How to show AppTrackingManager pop-up on iOS 15.1?

I am trying to implement pop-up for apptracking in iOS 15.1 as they have rejected my application. But pop-up is not appearing in my device and simulator as well. Added AppTransparencyFramework in ...
Omer's user avatar
  • 13
2 votes
0 answers
792 views

How to disable sign in pop-up on SFSafariViewController call on B2C sign in

On launch, my app automatically makes an authorization call to my B2C tenant using openid-appauth and a popup saying "MyApp" Wants to use "b2clogin.com" to Sign-in ...
bazooka's user avatar
  • 153
0 votes
0 answers
37 views

popup can't close (IBAction not working)

I use a popup system that I found here : https://blog.typpz.com/2013/12/09/ios-sdk-create-a-pop-up-window/ And after following the guide step by step everything works except the closing button. I ...
DeimosPhx's user avatar
3 votes
1 answer
51 views

How can I implement the feature in my iOS app?

First Image: This view contains 2 navigation bar with tableview. In the second navigation bar, there is one button. Second and Third Image: When I click on the navigation button (second) one view ...
Priyanka Patil's user avatar
0 votes
1 answer
729 views

ios Pop-up ask for location permission display non stop until I turn of my iPhone

I have an issue when converting my app from 32bit to 64bit for iOS 11. At the first time of install, it doesn't ask permission to get the location. Then my app can't get permission. After searching I ...
Chung Le's user avatar
0 votes
2 answers
541 views

Display UIView Like PopUpView on UIButton Click?

I Have UiView(PromoView), I want to Open PromoView on UIButton's Action, also set Background Blur when popup view is open and when user click anywhere in view the PoPView will be hidden. this is my ...
Ketan Odedra's user avatar
  • 1,283
0 votes
2 answers
195 views

How to navigate from one dropdown menu to next dropdown menu in iOS?

In whatsapp, when we go to any particular user then at right corner there is more option (three dots menu). Then after clicking that menu, one list will come and again at last row there is navigate ...
Karan Patil's user avatar
0 votes
1 answer
331 views

How can I bring the tableview in front of all views?

I have a viewcontroller which i am showing as a popup. The popup has two textfields with dropdown(the dropdown is a tableview which is subview of superview).So whenever I show the dropdown it is just ...
Zeenath Yousuff's user avatar
0 votes
0 answers
133 views

iOS (objective-C) Popup

I'm trying to create a pop-up in the initializer method of class FOO. I want the popup to appear and the init function to stop until the popup has been acted on by the user. If the user indicated ...
Nicole_Maguire's user avatar
-1 votes
2 answers
419 views

How to dismiss multiple view controllers which have been presented not pushed?

Scenario: I need to show 3 or more popups one after the other on button click in each popup. I have created a different viewcontroller and xib files for each popup. So for displaying each popup I have ...
hamedazhar's user avatar
  • 1,100
0 votes
4 answers
12k views

Custom UI: Popup in iOS Objective-C

I want to create a custom popup and I want to generate a code dynamically without using UI drag and drop. The view should look like: I am using the following code to call the popup : CustomPopUp *...
Ackman's user avatar
  • 1,561
-4 votes
2 answers
877 views

how to disable red pop up in home screen iphone? [closed]

when i am start video calling and press home button in red pop up is display on home screen.how to hide this red pop up in home screen.I have search but not getting and solution.
Avinash Vaghasiya's user avatar
0 votes
0 answers
315 views

How can I make a popup with dynamic elements? Objective-C

I am trying to make a popup similar to the one on snapchat having dynamic elements inside the view. I will have to display the data randomly and change it depending on the options provided in the UI. ...
Roibu Adrian's user avatar
0 votes
1 answer
419 views

Container view on button click in objective c

How to display container view on button click in background (like alert view) in objective-c? Please provide steps wise answer as I am a beginner. I have login button in view controller and I want to ...
user7041947's user avatar

15 30 50 per page
1
2 3 4 5