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];
}
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];
}
精彩评论