D dolphia macrumors newbie Original poster May 26, 2011 1 0 May 26, 2011 #1 How can I open a new .xib from UIButton Click..no complexity..simply opening a new window
dantastic macrumors 6502a Jan 21, 2011 572 678 May 26, 2011 #2 An xib is just a description of what a view looks like. It has no logic or anything. You probably want to present a viewcontroller of sorts onto your stack. This may be presenting a view controller modally, push a view on to the stack. Have a look here: http://timneill.net/2010/09/modal-view-controller-example-part-1/
An xib is just a description of what a view looks like. It has no logic or anything. You probably want to present a viewcontroller of sorts onto your stack. This may be presenting a view controller modally, push a view on to the stack. Have a look here: http://timneill.net/2010/09/modal-view-controller-example-part-1/
jnoxx macrumors 65816 Dec 29, 2010 1,343 0 Aartselaar // Antwerp // Belgium May 26, 2011 #3 U have to present a UIViewController, which has a XIB.