简体   繁体   中英

How do i put a button that clicks into a new View that is not clickable by one of the Tab Bar Items?

i set up a tab bar application and am having problems.

I wanna add 1 button in the "First View" that clicks into another view(that is not available from the tab bar item)

but am having problems..

What code do i put into FirstViewController.h and .m?

Do i have to create a new xib file?

Oh. I'm not sure I've understood you right, but you can just creating new view in the button click method and add is as a subView to your self.view. Add some more comments about wat correctrly you want and I'll post some code.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM