Followers
0
Following
0
Joined
Last Online
-
-
Katterfelto
I’ve just started to play with Pythonista. Is it possible to create a pyui file and the use it populate a custom view?
I can only find examples of custom views populated using classes defined in the same file. I assume I can import a class in a different file and import it into my main file and use that, but pyui files don’t seem to define a class some I’m not sure what to do.