WQGuideView icon indicating copy to clipboard operation
WQGuideView copied to clipboard

导航提示视图

WQGuideView

引导视图

 Effect

Principle

http://www.jianshu.com/p/261b79ee392c

Usage

使用默认样式快速调用 WQGuideView

    WQGuideView *guideView = [[WQGuideView alloc] initWithFrame:self.view.bounds
                                                         guides:mutableGuides];
    [self.view addSubview:guideView];
    [guideView showGuide];