how to add the menu button in the UIDocumentInteractionController class method for ipad.
        Posted  
        
            by uttam
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by uttam
        
        
        
        Published on 2010-06-08T14:50:32Z
        Indexed on 
            2010/06/08
            14:52 UTC
        
        
        Read the original article
        Hit count: 507
        
iphone
|objective-c
i want to add the menu button in the document file to open it in the other app ,how to add the button in the menubar to open it in the other app.
how can i use this method for that-
- (BOOL)presentOpenInMenuFromBarButtonItem:(UIBarButtonItem *)item animated:(BOOL)animated
 
if anyone know pls answer the question.
© Stack Overflow or respective owner