D dolphia macrumors newbie Original poster May 26, 2011 #1 How can I open a new .xib from UIButton Click..no complexity..simply opening a new window
dantastic macrumors 6502a 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/