Linked Questions

5 votes
1 answer
24k views

I would like to make a pop up menu in Xcode. How can I do it? I would like it to look nice and professional.
DanYaRon's user avatar
  • 109
567 votes
36 answers
766k views

I have been working to create a UIAlertView in Swift, but for some reason I can't get the statement right because I'm getting this error: Could not find an overload for 'init' that accepts the ...
BlueBear's user avatar
  • 7,649
153 votes
20 answers
152k views

I need to know if there is any method in iOS which behaves like Toast messages in Android. That is, I need to display a message which is dismissed automatically after few seconds. This is similar to ...
Nilesh Kumar's user avatar
  • 2,160
75 votes
9 answers
62k views

Does anyone know if UIPopoverPresentationController can be used to present popovers on iPhones? Wondering if Apple added this feature on iOS 8 in their attempt to create a more unified presentation ...
Dave's user avatar
  • 4,058
79 votes
6 answers
214k views

Can anyone give me the example code that I can use to first present a modal view controller, then dismiss it? This is what I have been trying: NSLog(@"%@", blue.modalViewController); [blue ...
phunehehe's user avatar
  • 8,798
37 votes
19 answers
60k views

Does anyone know what the Java Toast equivalent of this iOS Objective C event would be in a Fragment? Below is a sample of what I have written in iOS. What I am looking for the same Alert in Java ...
Bil Kimes's user avatar
  • 471
36 votes
8 answers
43k views

How can i implement this popup menu in iphone app like a popover in ipad? EDIT: This is the best at moment: https://github.com/runway20/PopoverView
elp's user avatar
  • 8,103
41 votes
1 answer
60k views

How can I use two actions for UIButton click?I have a UIAlertView showing with two button.Play again and exit.Now i want to execute two method in the click event of these buttons.
sohel14_cse_ju's user avatar
53 votes
5 answers
36k views

I have made Android application a few months ago. The Toast class is very useful for me. I do not need to consider the main Thread and place to show it. Anywhere I can show it and just leave that and ...
mooongcle's user avatar
  • 4,227
21 votes
7 answers
28k views

I'd like to create a pop-up menu similar to the one found in the mail app when you want to reply to a message. I've seen this in more than one application so I wasn't sure if there was something ...
LeeMobile's user avatar
  • 3,835
13 votes
13 answers
18k views

When I write Android apps, I love the Toast feature. Is there a way to get this kind of set and forget popup message in iPhone development using MonoTouch (C# .NET)?
Ian Vink's user avatar
  • 69.1k
9 votes
5 answers
15k views

I want to create a custom popup window for iPhone which should look like this: What is the most correct way to implement this for iPhone and iPod devices?
MainstreamDeveloper00's user avatar
5 votes
3 answers
2k views

I'm looking for the simplest code in order to implement a small popup (NOT a full screen modal popup or alert view). I just need it to display some basic text inside the popup, then exit it when I ...
Radrider33's user avatar
3 votes
1 answer
18k views

I'm porting an Android application to iOS. Part of the user-interface is an Android Snackbar; a small box at the bottom of the screen alerting the user of something, while not being a full-fledged ...
Ars_Codicis's user avatar

15 30 50 per page