开发者

How to call a view from another view in iPhone

I want to call a view in the same view on a button click, is there any way to do it other then PushViewContrller and PresentModalView.

Thanx in ad开发者_JAVA技巧vance......


i think its working ......

-(void)btn_clicked{

[self addSubView:new_View];
  }
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜