The singleton UIMenuController instance presents an Editing Menu. You can create an instance like this- UIMenuController *menuController = [UIMenuController sharedMenuController]; You can position it relative to a target rectangle on the screen which usually defines a selection. ...
0
votes
1answer
26 views
Change language used in copy/paste menu to something other than English
I have set "Localization native development region" to "France" in my Info.plist. Nevertheless, the copy/paste menu on a UITextField is still in English. I do not understand why, and I guess the app ...
0
votes
2answers
28 views
how to disable UIMenuControll (cut,copy,paste,select all,delete) in UIviewController subclass?
i have implemented many methods but paste doesn't hide. i am using Xcode Version 4.5.2
-(BOOL)canPerformAction:(SEL)action withSender:(id)sender {
UIMenuController *menuController = ...
0
votes
1answer
45 views
UIWebView freezes when text is selected
My app, on very rare occasions, freezes when I select text in a UIWebView. Here's how it happens:
Tap and hold to select text
Text gets selected
Whole app freezes, unresponsive to touch, but I can ...
-1
votes
0answers
18 views
UIMenuController shows only once on device
I managed to show a UIMenuController with custom items when selecting text on UIWebView subclass. After I scroll or try to select some other text, the menu won't appear. This happens only on device. ...
0
votes
1answer
39 views
UITableView never calls tableView:shouldShowMenuForRowAtIndexPath: on its delegate
I'm creating and displaying an instance of UITableView. The delegate (which is actually my subclass of UITableView) never receives any of the following selectors:
...
1
vote
1answer
43 views
How to remove default menu items from UIMenuController?
I create a menu in UITableViewCell, this UIMenuController just has two items. but when i runing it, this menu displayed many items, seems ios default menu item, be shown as the screenshot:
How can ...
0
votes
0answers
16 views
Custom UIMenuController to get tableView index OR Remove unwanted options from default UiMenuController
I am implementing UIMenuController in my app to copy the text from custom tableviewCell.
I have two options to do that,
Option 1. Use tableviews shouldShowMenuForRowAtIndexPath delegates method
...
1
vote
1answer
52 views
UIMenuController not getting displayed
I am displaying UIMenuController on long press & double tap gesture, but its not getting displayed. I have followed the answers given here but it still not showing up. UIMenuController not ...
2
votes
2answers
49 views
How to display more than one line in UIMenuItem?
I'm trying to display more than one line of text in a custom UIMenuItem.
I've tried using a simple "\n" in the title property of the UIMenuItem but with no luck.
Example:
UIMenuItem *menuItem; //Is ...
1
vote
3answers
91 views
Can't get UIMenuController to show custom items
So, I am not sure if I am doing something wrong here, but I have a UIViewController that has a UICollectionView on it. In the UIViewController's viewDidLoad method, I do the following it doesn't add ...
0
votes
0answers
38 views
Copy functionality not working inside iOS app
When I select some text to copy and paste with in the app the operation is successful one time. From the second time onwards the text is not copying. Even though menu is appearing copy option is not ...
0
votes
0answers
40 views
UICollectionView UIMenuController get cell
I successfully added custom UIMenuItems to the context menu of a UICollectionViewCell.
When using the builtin actions (cut / copy / paste) the ...
0
votes
0answers
111 views
Detect event drag selected text in UIWebView?
I need add observer for example UIMenuControllerDidShowMenuNotification without show UIMenuController. Need two events, start and finish select text. How to do it?
1
vote
1answer
40 views
UIMenuController
I wish to display 2 or more UIMenuControllers on the singleTap event. I can display one menuItem but when I try to display 2 of them only the last(latest) one is being displayed.
Firstly, is it ...
0
votes
0answers
47 views
Enable to select text while selecting menu on custom view
I am able to show Custom Menu in custom view.Now,I want this - When user click on suppose "ITEM" Menu,He/She should be able to select text.How can I perform this.Please help me.
0
votes
0answers
40 views
shouldShowMenuForRowAtIndexPath and Copy menu position
I need to copy some text from an UITableView.
I'm using the method shouldShowMenuForRowAtIndexPath, it does work perfectly ! But, I'd like to set the position (on the x axis, horizontally) of the ...
1
vote
0answers
23 views
UITableView - CanPerfromAction delegate method
When an UITableViewCell is created inside an UITableView, its available actions are retrieve from the UITableViewDelegate automatically by:
– tableView:canPerformAction:forRowAtIndexPath:withSender:
...
1
vote
1answer
107 views
UIMenuController Not showing from subview UITextView
I am using SLTextField+Autocomplete which I changed to use a textview instead of field in order to make it multiline. For some reason the default code works, but when I move over to TextView it no ...
0
votes
1answer
201 views
iOS - Showing Menu in UITableViewCell
In my application, i've to show a menu controller on tapping a table view cell. Its showing a menu. As well as all the actions are being executed successfully. Good till now.
One minor problem I'm ...
0
votes
0answers
55 views
ios IPA file context menu does not appear but works in Xcode compile
- (void)viewDidAppear:(BOOL)animated {
[super viewDidAppear:animated];
UIMenuItem *customMenuItem1 = [[UIMenuItem alloc] initWithTitle:@"sumbola-Define" action:@selector(customAction1:)];
...
0
votes
1answer
86 views
UImenucontroller behaves differently on App Store than on development
My customers reported a strange behaviour for a basic UIMenuController : when the app is installed from app store or ad hoc, the UIMenuController won't show up !
It works perfectly fine on the ...
0
votes
1answer
101 views
UIMenuController didDismiss Method?
I have a UITableView that has a didSelectRow method... it creates a UIMenuController and displays it.
Currently, it works correctly but when the UIMenuController dismisses I wanted to call a ...
13
votes
2answers
665 views
How could I replace UIMenuController with my own view when text is selected?
When text is selected, by default a UIMenuController pops up with cut/copy/paste etc.
I'd like to replace this with my own custom view (similar looking, but twice as high so that I can have two ...
2
votes
3answers
198 views
Showing UIMenuController deselects UITableViewCell
I've implemented a long press gesture recognizer on a table view cell that shows the UIMenuController. But when menu shows, the corresponding table view cell deselects. Before showing the menu, I ...
0
votes
0answers
78 views
Disable Attributed Text Format Menu Item
Is there a way to disable the "BIU" menu item (tapping this expands to Bold Italic Underline) that is displayed when you select text in a UITextView that uses NSAttributedString?
I have read that the ...
5
votes
1answer
247 views
UIMenuController with Images
Can anyone provide an example of how to display images in a UIMenuController? In iBooks, if you select some text and then choose Highlight from the displayed menu, it will switch to a contextual ...
0
votes
1answer
130 views
UIMenuController doesn't show in a second UIViewController
I have two UIViewController, one is the main and from this trough a button you can go to the second. In SecondView.m I have the following code:
- (IBAction)showpopup:(id)sender {
[self ...
2
votes
3answers
187 views
UITEXTVIEW: Get the recent word typed in uitextview
I want to get the most recent word entered by the user from the UITextView.
The user can enter a word anywhere in the UITextView, in the middle or in the end or in the beginning. I would consider it ...
2
votes
1answer
61 views
How to determine when a user has copied text
I am having a hard time how to figure out when a user has selected & copied text the default iOS way:
canPerformSelector works before presenting this menu, but I am interested in knowing after ...
0
votes
1answer
89 views
Deselect word after Define in UITextView
I've got a UIViewController with UITextView in its view. When user selects text, there's Define system menu item that uses UIReferenceLibraryViewController to define the word. The problem is that the ...
0
votes
1answer
349 views
UITableViewCell won't become first responder (Showing UIMenuController on cell gesture)
I have an application with a UITabBar. Every tab is a UINavigationController with several UIViewControllers inside. One of those View Controllers contains a UITableView, and I want to display a ...
1
vote
2answers
171 views
Custom UIMenuItem only showed first time
I have added an custom menu in the - (void)viewDidLoad method of my view controller:
UIMenuItem *menuItem = [[UIMenuItem alloc] initWithTitle:@"Read selected" action:@selector(readSelectedText)];
...
2
votes
1answer
149 views
UIMenuController hides the keyboard
I currently have an application which is for chatting.
I used a UItextField for input box and bubbles for display messages, some thing like the system SMS.
I want to enable copy paste on the message ...
1
vote
0answers
237 views
UIMenuController willHideMenu notification not sent if moved, then dismissed with background tap
I have a fairly simple subclass of UILabel to allow a tap to show a UIMenuController so the text can be copied. This all works fine in most circumstances.
#import "EPHighlightLabel.h"
#import ...
0
votes
1answer
177 views
UIMenuController not showing custom UIMenuItem in subclassed UITextView
I have a subclassed UITextView that I would like to show a custom UIMenuItem when a user pressed and holds in the UITextView. For the life of me, I cannot get my custom item to show. Here is what I ...
1
vote
2answers
243 views
[UIMenuController sharedMenuController].isMenuVisible always be NO in EGOTextView
Im employing EGOTextView to do NSAttributedString editing. There is a bug on UIMenuController which I couldn't get over. As the logic described in the following code, the UIMenu will alternately show ...
0
votes
0answers
285 views
Custom UIMenuController UIWebView
I have a problem with UIMenuController, with this code I show the menu:
UIMenuController *drawLineMenu = [UIMenuController sharedMenuController];
if ([self becomeFirstResponder])
{
...
0
votes
1answer
47 views
Is it possible to replace method of all objects using it as implementation of a protocol?
Is it possible to replace method of all objects using it as implementation of a protocol?
The method is canPerformAction:(SEL)action withSender:(id)sender:
- (BOOL)myCanPerformAction:(SEL)action ...
1
vote
1answer
195 views
Getting rid of the standard items in an UIMenuController
I'm working on a very small editor in iOS. It only has one view, one button and a textView. When the button gets pressed, a custom UIMenuController pops up with 3 options: toggle bold, toggle italics ...
0
votes
1answer
196 views
UIMenuController not appearing after change of view
I have a UIMenuController which is presented when a UIView is tapped. I have implemented the canPerformAction and canBecomeFirstResponder methods, and it works when the view is first loaded. The app ...
4
votes
1answer
219 views
UIMenuController not showing UIPasteBoard is cleared iPhone app?
Am working in message based iPhone application. In my application looking like iMessage native iOS app. I made Bubbles with used UIImageView and UILabel. I made UILabel as clickable and showing Copy ...
0
votes
1answer
468 views
How to disable copy,paste options in UITextView and enable it again iPhone app?
Am working in UITextView based iPhone app. In one of my screen i having 3 UITextView when the user tap on the screen am showing UIMenuController with custom MenuItems. In this scenario UITextView is ...
1
vote
1answer
243 views
iOS shared UIMenuController probably cache UIMenuItem
I think the following image can describe the problem pretty well...
https://www.dropbox.com/s/pd1syth3gce6qh7/ios_uimenucontroller.png
I also copy corresponding code part here:
CGPoint point = ...
1
vote
1answer
338 views
single button UIMenuController
Good morning !
I'm writing an app which displays an outlet list, every outlet can sell 2 kind of product and / or can be an online shop.
For show this on my app I have added some "icons", but in ...
0
votes
1answer
137 views
UITextView Copy option not showing in top iPhone app?
Am working in message based iPhone app. I have added UITextView to show the messages typed by the user. This app allows the user to copy the messages. Whenever the user selects the messages in the ...
0
votes
2answers
135 views
Determine the Cell of TableView on which UIMenuItem was selected
I am displaying a context menu on the cells of a table view using UIMenuController.
UIMenuItem *ren = [[UIMenuItem alloc] initWithTitle:@"Rename" action:@selector(onRenameItem:)];
/* .... then set ...
0
votes
1answer
117 views
How to copy selected data from a PDF displayed in a UIWebView
I am working on a project that displays a PDF in a UIWebView. I have added another UIMenuItem to the UIMenuController in order to do various things with the text in the UIWebView that has been ...
2
votes
2answers
340 views
Hide Copy and Deselect UITextView options after copying all text
I am working on a messaging app. I want to give a "copy" option to the user when they enter their message in a UITextView. When the user presses the "copy" button, it is copying the message, but the ...
2
votes
1answer
2k views
How to show a custom UIMenuItem for a UITableViewCell?
I want the UIMenuController that pops up when I long-press a UITableViewCell to show custom UIMenuItems.
I set up the custom item in viewDidLoad
UIMenuItem *testMenuItem = [[UIMenuItem alloc] ...
5
votes
2answers
336 views
_UIFallbackPresentationViewController
I keep getting the following error when I dismiss the dictionary that opens from tapping Define on the UIMenuController in a UIWebView on the iPhone:-
Unbalanced calls to begin/end appearance ...


