开发者

Order objects in window with core-animation

开发者 https://www.devze.com 2023-03-13 17:47 出处:网络
I have Segmen开发者_StackOverflow社区tedController and box. i use core animation layer (View Effects Inspector) for change color user interface and set shadow for some objects...Sometimes when i build

I have Segmen开发者_StackOverflow社区tedController and box. i use core animation layer (View Effects Inspector) for change color user interface and set shadow for some objects...Sometimes when i build and ran my app i have a trouble like this

Order objects in window with core-animation

How i may fix order SegmentedController and Box?


Why do you try to reinvent the wheel? Use NSTabView: http://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/TabView/Concepts/HowTabViewsWork.html


My answer on my question: to change tipe of segmentedcontroll for TabViev use TabView with stile Tabless... and use SegmentedControll with Stile which you need. For switching tab use cocoa bindings...for setup order of objects in window choose menu item Editor-Arrangement...

0

精彩评论

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