Frage

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.

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top