• Stars
    star
    384
  • Rank 111,726 (Top 3 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

聚光灯效果,可以用来做功能介绍或者新手引导

XSpotLight

CI Status Version License Platform

image

XSportLight *SportLight = [[XSportLight alloc]init];
SportLight.messageArray = @[
@"这是《简书》",
@"点这里撰写文章",
@"搜索文章",
@"这会是StrongX的下一节课内容"
];
SportLight.rectArray = @[
[NSValue valueWithCGRect:CGRectMake(0,0,0,0)],
[NSValue valueWithCGRect:CGRectMake(SCREEN_WIDTH/2, SCREEN_HEIGHT - 20, 50, 50)],
[NSValue valueWithCGRect:CGRectMake(SCREEN_WIDTH - 20, 42, 50, 50)],
[NSValue valueWithCGRect:CGRectMake(0,0,0,0)]
];
[self presentViewController:SportLight animated:false completion:^{

}];

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

XSpotLight is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'XSpotLight'

Author

StrongX, [email protected]

License

XSpotLight is available under the MIT license. See the LICENSE file for more info.