Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use in storyboard? #70

Closed
ruelluna opened this issue Jan 24, 2013 · 4 comments
Closed

How to use in storyboard? #70

ruelluna opened this issue Jan 24, 2013 · 4 comments
Labels

Comments

@ruelluna
Copy link

Can you show how it is done using storyboard?

@booiiing
Copy link

As with most custom views: You don't (can't?) use them directly in a storyboard. However, given the really simple interface, you can create them programmatically in view-controllers that are part of a storyboard. Using self.view as origin is usually safe in this case.

@ruelluna
Copy link
Author

It doesn't seem to work on table view controllers. It is fine on view controllers. How do you explain this?

@booiiing
Copy link

booiiing commented Feb 6, 2013

I'm using it on self.view in custom UITableViewController-subclasses. Can you add some code or could we move this to http://stackoverflow.com/ ?

@skywinder
Copy link
Collaborator

@booiiing is totally right.

@ma2kubo
Copy link

ma2kubo commented May 27, 2014

Evernote was unable to submit your note for the following reason:

The emailed note was received, but Evernote did not understand the email address. It may have been mistyped, or the user may not exist. Please check to make sure the address was properly entered.

Original message information:
From: Petr Korolev <notifications@github.com>
Delivered To: deviceone.c1297@m.evernote.com
All recipients: TimCinel/ActionSheetPicker <ActionSheetPicker@noreply.github.com>
Subject: Re: [ActionSheetPicker] How to use in storyboard? (#70)

To prevent excessive emails, you may not receive another error reply for the next 360 minutes.

  • The Evernote team

ChronicStim pushed a commit to ChronicStim/ActionSheetPicker that referenced this issue Oct 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants