This question already has answers here:
iOS Option Popup - Similar to Cut/Copy/Paste
(2 answers)
Closed 8 years ago.
I want to create same popUp as shown in image. This popUp is default in iPhone, but if I want to make it custom with my own message, how can I create it?
Cite from iOS Option Popup - Similar to Cut/Copy/Paste
UIMenuController and UIMenuItem is what you are looking for.
Here you find also an example project by Apple that explains how to use them.
Related
This question already has answers here:
How can I create a popup menu in iOS?
(2 answers)
Closed 4 years ago.
How are these menus called in iOS and how to implement them in Objective-C ?
It's called UIAlertController
Take a quick look at Apple's docs:
https://developer.apple.com/documentation/uikit/uialertcontroller
You can accomplish that with UIAlertController with image for every UIAlertAction . see more here Alerts
This question already has answers here:
Create tap-able "links" in the NSAttributedString of a UILabel?
(37 answers)
Tap on a part of text of UILabel
(9 answers)
Closed 5 years ago.
I'm new to IOS and making a instagram clone to practice IOS development.
I'm interested in one label with highlighted text on instagram's sign in page.
I have two questions about the screen shot above.
1, My guess it is one label with partial text is highlighted.
2, Only after user tap on the highlighted part, it will trigger action to move to another page.
I googled but couldn't find a way to implement this.
Another guess is this feature is from a third party library.
Do you what library could do something similar?
Thanks
This question already has answers here:
check if control center is used
(2 answers)
Closed 6 years ago.
I want to check whether control center is present in UIviewController.swift file or not,
how to do it?
please help me.
You can not do that. check this answer for reference
If they are active you can only check whether your app has backgrounder or foregrounded
This question already has answers here:
Customize apps gallery in appstore page
(3 answers)
Closed 6 years ago.
I came across a few apps that have a customised App Store presence – OkCupid, Badoo, POF, plus a whole lot more.
These include a custom header image and custom background colour with a gradient in between.
How can we add these for our apps?
Example screenshots:
Yes, you can change check below link:
http://thenextweb.com/dd/2013/10/29/get-featured-app-store/
This question already has answers here:
How to use UIProgressView while loading of a UIWebView?
(3 answers)
Closed 8 years ago.
I've a UIWebView connected to a site that loads just fine. Now what, i want to do is connect a UIProgressView so that the UIProgressView shows the status of the loading of the page. I have already added a UIActivityIndicatorView. But i just don't really like it and doesn't fit the look and feel of my app. So, I want to use the UIProgressView instead.
Please take into consideration that i'm new to developing for iOS. So, my question is how can i assign a UIProcessView to a UIWebView?
You can use 3rd party controls
https://github.com/petr-inmite/imtwebview