Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 538 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 538 Bytes

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];