Hi,
I’ve just started looking into writing my first Glyphs plugin and have been looking at the template code available in the repository along with its documentation. I would like to load a nib-based UI from a class that is similar to the General Plugin example but can’t quite figure out how. I’ve succeeded doing this with a Filter (i.e by following the “Filter with Dialog” example), however, the behaviour of Filters is not quite what I need. I assume I would have to somehow instantiate or get a reference to the view controller and then call showWindow on it(?)
Any help/advice along with some basic example code on how to go about this would be greatly appreciated. Thank you!
Mark