Does Pythonista allow use of iOS action sheet?
-
What I am asking about:
-
I did not see it in the docs but wanted to be sure it didn't exist before I moved on.
-
yes... but generally you would use the dialogs module for something similar.
-
Does anyone have any guidance on how to create an action sheet? Or create a custom ui view to access other classes in UIKit?
-
Never mind. I found some example using objc_util. I'll give it a shot.