Top "Rootview" questions

In view based mobile application(iOS/Android) rootview provides interface between window and otherview.

Programming iOS: clarifications about Root View Controller

Through this question I would like to know if I understand well the notion of Root View Controller. In iOS …

objective-c cocoa-touch ios ios4 rootview
How to change RootViewController in AppDelegate From Other ViewController?

This is didFinishLaunchingWithOptions Method in AppDelegate. Let me explain scenario, I have developed sideMenu like facebook in my app, but …

ios appdelegate rootview
Swap rootViewController with animation?

Im trying to swap to another root view controller with a tab bar; via app delegate, and I want to …

swift xcode swift3 uiviewanimation rootview
How to find out if a UIViewController is the root view controller?

basically I want to know if the view controller I'm in is the root view controller or not. If its …

iphone rootview
change RootviewController to Navigation controller

I am new to iPhone, I want to change my Rootviewcontroller to my new class and make it to navigation …

iphone ios ipad uinavigationcontroller rootview
Changing the rootViewController of a UIWindow

When my app first loads, I set the rootViewController property of my UIWindow to controllerA. Sometime during my app, I …

ios uiviewcontroller uiwindow rootview
How to get the parent view of a button within a list adapter?

i`m from brazil and I have a listview that contains buttons images and texts. I'm trying to click on …

android view parent rootview
How to change RootViewController (in AppDelegate) from within CustomViewController?

Good day, My app has authorization form (SigninController) which is loaded in AppDelegate, and after signing in (checking is in …

objective-c delegates uitabbarcontroller rootview
why is "window.rootViewController = self.navigationController" needed in Xcode 4 Navigation Based App?

Why is the following line needed within the didFinishLaunchingWithOptions method? self.window.rootViewController = self.navigationController; That is, noting there is …

iphone ios uitableview uinavigationcontroller rootview
getDrawingCache always returns the same Bitmap

I'm currently working on a project which needs to display a dialog with a grayout (black/white) background. To achieve …

android bitmap rootview