i need to load view using .xib when button pressed (without using view controller for this xib)
i am having a existing view controller which having buttons ,when one of this button gets开发者_Go百科 pressed iwaant to load a view to load to display text
You can look at UIView. You can create a new UIView instance by method : [[UIView alloc] initWithFrame:]
UIView
精彩评论