ccc
Aug 18, 2015 - 11:42
import ui ; print('load_view' in dir(ui))
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.