Re: Moving windows from one NIB to another(solved)

2011-05-12 Thread Vyacheslav Karamov
loadNibNamed saved me :) 12-May-11 15:14, Vyacheslav Karamov пишет: Hi All! I have to support pretty large project which has all windows in a single NIB. I tried to create another NIB and then moved some windows from Main.NIB to it. But application fails to load. I suggest that app couldn't

Moving windows from one NIB to another

2011-05-12 Thread Vyacheslav Karamov
Hi All! I have to support pretty large project which has all windows in a single NIB. I tried to create another NIB and then moved some windows from Main.NIB to it. But application fails to load. I suggest that app couldn't load one of the panels at start, but I have no idea which steps I ne