[SOLVED] Is ui.load_view() missing from the current beta?
-
import ui ; print('load_view' in dir(ui))
-
@ccc , prints True for me. Also can use ui.load_view(aFile.pyui) without problems.
@ccc, I think I am on the current beta. Is my first time. I have not seen a new build release process yet. When I look at testflight it says 'Expires in 26 days'. Do new builds just show up in test flight?
-
Solved. I had a ui.py file in my main directory -- a BAD idea! Renaming it fixed everything.
-
@Phuket2 when a new build is available you will recieve a mail and a testflight notification, then you just press "update"
-
@filippocld , thanks.