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:^{
}];
To run the example project, clone the repo, and run pod install
from the Example directory first.
XSpotLight is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'XSpotLight'
StrongX, strongxlx@gmail.com
XSpotLight is available under the MIT license. See the LICENSE file for more info.