The designated initializer of the UIViewController class used in iOS application.
Questions tagged [initwithnibname]
3 questions
1
vote
2 answers
how can i get NibName of viewcontroller while not using storyboard
I'm trying to implement a page menu in my app using the pod from this pre-built page menu pod from github
In the instructions, it says:
var controller : UIViewController = UIViewController(nibName:"controllerNibName", bundle: nil)
controller.title…

Prateek Regar
- 11
- 2
- 5
0
votes
1 answer
Delegation and childVIewController
this is a question regarding delegation, trying to pass some data back from a child view controller that is linked to a container view which has a picker view. I asked a related question before and someone was kind enough to reply with the following…

Paul
- 1,277
- 5
- 28
- 56
-1
votes
4 answers
Hide loginScreen once login is successful in objective-C
We need to change StartViewController. In our app StartViewController is in Login.h. Once login completed successfully, the following time there is no need to show Login.h. So We tried changing View in AppDelegate, like this:
-…

Naresh Kumar Koppera
- 417
- 1
- 6
- 18