hey myersn, can i ask you a few question? im very new to xcode and obj-c and all.. so if i asked the question wrongly.. im sorry... i only learnt this coding in like 6 weeks through online tutorials and all with no background of obj-c or what-so-ever... im more familiar with window based programming.
i cant view the tutorial yet due to slow connection in my college, so i went straight to the source code before watching the tutorial... so if there are explainations there, i cant hear it..
in your twoViewAppAppDelegate, what is the difference between
[self.window addSubview:[secondViewController view]]; and
[window addSubview:secondViewController]; ?
in most online tutorials, i've seen people doing it the
[window addSubview:secondViewController]; way..
another question would be, in either
SecondView.xib or
TwoViewAppViewController.xib if i would to add another view to either xib, can i call it? because i was experimenting it and my output is nothing. but my build is successful with no warning nor errors..
i seriously need help understanding xcode real soon, the only help i can get is through online materials..
thanks in advance