Reputation: 40631
on top of Instruments window, there is nice control component, which shows timer and count of runs, or in top of XCode window the same control shows messages releated to build&run of current project.
Is this control available as IB plugin or can it be easily reproduced?
I know I can use NSView and style it, add controls and subviews, but it would be nice component.
Upvotes: 0
Views: 111
Reputation: 2025
Those are not publicly available components. So you'll need to build them yourself.
Upvotes: 1