i am having a existing view controller which having buttons ,when one of this button gets pressed iwaant to load a view to load to display text
views:
174answers:
1
+1
Q:
i need to load view using .xib when button pressed (without using view controller for this xib)
A:
You can look at UIView. You can create a new UIView instance by method : [[UIView alloc] initWithFrame:]
vodkhang
2010-06-12 08:08:39
wow, you managed to understand what he was talking about! There is one and a half lines there!
Vivi
2010-06-12 08:55:22
yeah, look at the question content and nobody can understand it but look at back the question title, I can get a little bit what he wanted to ask:))
vodkhang
2010-06-12 09:17:56
yes its working,thank you VODKHANG ...
ven in Iphone world
2010-06-13 10:32:38