Ray0218 / ZSDocumentInteractionTest

Test for document Interaction

Home Page:http://serazheng.github.io/ios/通过UIDocumentInteractionController预览和分享-史蒂夫-乔布斯传/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZSDocumentInteractionTest

Test to preview and share Steve Jobs by waiter lsaacson to friends within iOS apps

#Using UIDocumentInteractionController ###1. Preview

- (BOOL)presentPreviewAnimated:(BOOL)animated;

Preview

###2. Third-party apps

- (BOOL)presentOpenInMenuFromRect:(CGRect)rect inView:(UIView *)view animated:(BOOL)animated;

Third-party apps

###3. Third-party apps as well as actions

- (BOOL)presentOptionsMenuFromRect:(CGRect)rect inView:(UIView *)view animated:(BOOL)animated;

Third-party apps as well as actions

#Using UIActivityViewController ###1. Display UIActivityViewController with AirDrop hidden Display UIActivityViewController with AirDrop hidden

###2. Display custom UIActivity ZS Custom

About

Test for document Interaction

http://serazheng.github.io/ios/通过UIDocumentInteractionController预览和分享-史蒂夫-乔布斯传/


Languages

Language:Objective-C 66.9%Language:Makefile 23.1%Language:Swift 10.0%