Aug 28, 2017 · 1 min read
Hi James~, thanks for this awesome article series. I noticed that there’s
@property (nonatomic, strong) NSArray *sectionViewControllers;- (void)reloadWithViewControllers:(NSArray *)controllers;
in `Protocols/GoodStuffPaneMSInspectorStackView.h`, is it a mapping for https://github.com/abynim/Sketch-Headers/blob/master/Headers/MSInspectorStackView.h#L16? If so, then for those with little knowledge or background on Sketch internal API, I wonder are there any more in-depth documentation or guideline article on this topic (ui injection)?
