开发者

i need to load view using .xib when button pressed (without using view controller for this xib)

开发者 https://www.devze.com 2023-01-03 00:52 出处:网络
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 textYou can look at UIView. You can create a new

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

0

精彩评论

暂无评论...
验证码 换一张
取 消