I managed to "re-brand" the app fairly problem free. However, I would like to change the initial view and make a couple other minor changes. How can I skip straight to the login view>?
Also, How can i embed i-ads with your current xib setup?
I managed to "re-brand" the app fairly problem free. However, I would like to change the initial view and make a couple other minor changes. How can I skip straight to the login view>? Also, How can i embed i-ads with your current xib setup? |
I am in the same situation. I customised my app but I don't understand how is it possible to skip initial view ....
In an other topic, rsrinehart says : I was also able to remove the add site and just configure the site domain in the configuration file and removing the textbox, label from the login and skipping the add site view entirely grabbing the saved Login if there was one.
I don't see any domain variable in /Classes/config.h or in /Ressources/Info.plist. Has anyone any information about that ? Thank you. Alex. |
Unfortunately there is not a configuration value to change to skip to the authentication screen. I had to change which controller was being loaded. I considered making it a configuration value but felt I would not want to go back to using multiple sites with the same application. It has to be done in the code. I made quite a few changes but if I remember correctly I changed the initial controller to load the different view.
|