IKDeviceBrowserView displays no contents on OSX Mountain Lion

439 Views Asked by At

I can't get rid of a bug with IKDeviceBrowserView in 10.8 with Xcode 4.4.

I've created new test project, put an IKDeviceBrowserView into my window, added Quartz.framework to link with. After building, I see a blank window. There are no warning/error/logs in console and no IKDeviceBrowserView in window.

I've tried setting different SDK, deployment target, and playing with autosizing, with no result.

It seems like Apple have broken IKDeviceBrowserView in 10.8.

1

There are 1 best solutions below

1
On BEST ANSWER

I found a solution: set your nib to use autolayout and set translatesAutoresizingMaskIntoConstraints to YES to your IKDeviceBrowserView.

I hope this bug will be fixed soon.