Pregunta

I was wonder how I would go about creating something similar to the connections inspector view in the utilities panel in Xcode. The only thing I can see that looks similar is an Outline View or Source List but I don't know how to modify them to get the look in the screenshot below. Can somebody point me to a tutorial or something to help me with this?

enter image description here

¿Fue útil?

Solución

I was able to accomplish what I wanted by using JUInspectorView from here: https://github.com/JustSid/JUInspectorView

Otros consejos

It seems like what you are looking for is some kind of customized panel object. Apple has a good explanation of all of their UI elements (including panel) at this webpage.

Are you looking for a more low-level, code-based kind of tutorial?

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top