GithubHelp home page GithubHelp logo

hycguideview's Introduction

HYCGuideView

手图引导图

podfile

To integrate HYCGuideView into your Xcode project using CocoaPods, specify it in your Podfile:

$ pod 'HYCGuideView'

or

pod 'HYCGuideView', '~> 1.3'

或者

pod 'HYCGuideView'

Then, run the following command:

$ pod install

Usage

ImageObject处数组里面的元素为一组手图,一次可添加多张,每一个字典为一张手图,数组内用逗号隔开

[self.view addSubview:[[HYCGuideView alloc]initWithaddGuideViewOnWindowImageObject:
      @[@{
          @"image":@"第一张图名字",
          @"frame":[NSValue valueWithCGRect:frame],
          @"color":[[UIColor blackColor] colorWithAlphaComponent:0.8]
          },
          @{
          @"image":@"第二张图片的名字"
          }
          ] isDEBUG:YES]];

isDEBUG: 设置为NO则为只显示一次即第一次进来展示,调试时不确定位置可设置为YES,建议使用全局宏定义BOOL填写此处

image:图片名字

frame:(选填) 图片的frame,如果不填则为全屏

color:(选填) 手图背景颜色

hycguideview's People

Contributors

hyc286716320 avatar

Stargazers

 avatar  avatar Carabineiro avatar  avatar

Watchers

Carabineiro avatar  avatar

Forkers

carabina

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.