Skip to content

How do they do the share links in mobile Safari? You can do it with this!

Notifications You must be signed in to change notification settings

techydude2/Action-Sheet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Action-Sheet

Have you ever wanted to make an actionsheet like the share menu in mobile safari? You can do it with Action-Sheet!

Action-Sheet supports both portrait:

ScreenShot

and landscape mode

ScreenShot

Usage is simple.

Do this wherever you want to display an actionsheet.

ActionSheet *sheet = [[[ActionSheet alloc] init] autorelease];
[sheet showContent: self.actionsView inView: self.view];

If you want to be efficient, it's perfectly fine to re-use an ActionSheet instance. The size of the UIView being presented in ActionSheet can be any size as long as it fits on the screen.

Limitations:

ARC is not supported.

About

How do they do the share links in mobile Safari? You can do it with this!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published