%3Fxml version="1.0" encoding="UTF-8"%3F>
Unfortunately there is no native Cocoa control for doing this, so I rolled my own. I call it SFBViewSelector and it functions similarly to an UITabBar for those familiar with iPhone development. Here is how I’m currently using it in Rip:
I also wanted a Finder-esque inspector for viewing attributes, with sections that could be expanded and collapsed. was a nice start, but I wanted something a little more tailored to my purposes. Here is the result, SFBInspectorView:
My TODO list includes an Interface Builder palette, but even without the classes are fully functional. A demo app is included to show how to set things up.
The code is available at and is BSD licensed.
]]>Other developers have created their own crash reporting frameworks- UKCrashReporter and CMCrashReporter to name just two- but for whatever reason none of them floated my boat.
Enter SFBCrashReporter- a framework that does what many other frameworks do; keep watch on application startup for new crash logs and allow users to submit them to the developer.
Here is a screenshot of the main window:
Screenshot
The source is on and is covered by the revised BSD license. Right now the documentation is sparse, but it shouldn’t be too difficult to figure out how to get things working. Mac OS 10.5 or later!
]]>