Text only
|
Text with Images
GLBasic forum
Main forum => GLBasic - en => Topic started by: kaotiklabs on 2012-Apr-17
Title:
rootViewController
Post by:
kaotiklabs
on
2012-Apr-17
How can I access the root view controller in IOS?
I have tried in several ways but it doesnt work.
Title:
Re: rootViewController
Post by:
matchy
on
2012-Apr-18
Depends what you want to really do. :whistle: Examples?
Code
(glbasic)
Select
Expand
self.keyWindow setRootViewController:yourImagePickerController
Text only
|
Text with Images