I am using this code to load my view but the error is occured, Here is the code:
charecterprofile *View = [[charecterprofile alloc] init];
[self.navigationController pushViewController:View animated:YES];
[View release];
But it does not work. What will i do?
Try the following code:
instead of just allocating the view controller object. Her NIB is your xib file name without the .xib extension.