开发者

Flip view question

开发者 https://www.devze.com 2023-01-06 19:03 出处:网络
I\'m new with the Apple SDK and I\'ve got a question about a flip view ... I have the following structure

I'm new with the Apple SDK and I've got a question about a flip view ... I have the following structure

[main]

-[tapbar]

-- [View 1]

--- [Scrollview]

---- [View 1.1]

---- [View 1.2]

---- [View 1.3]

-- [View 2]

-- [View 3]

The subviews in [scrollview] have a button that will show a new view but flipped. I used the template example that was in the SDK. But now when I click the button, the view (for example [View 1.1]) will flip. But I want the while screen to flip, so I need to flip (I think) the tabbar..

Is there a开发者_JAVA技巧 way to reach [main] from [View 1.1] so I can flip the tabbar with the new view?


I think you'd rather use a Modal View with a flip animation. This should flip the whole screen.


I've got it ... I used the AppDelegate to get to the root tabbar and flip it.

0

精彩评论

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