PZIntro新手引导库
查看次数:2408
下载次数:247
上传时间:2016-06-30
大小:33 B
- (void)onBtnClicked
{
PZIntroGuideProperty *property = [PZIntroGuideProperty new];
property.guideRect = [PZIntroGuideProperty converItemBoundsToGuideRect:tempView];
property.guideStyle = PZIntroGuideStyleRect;
property.guideTipsAlign = PZIntroAlignTop;
property.guiddImg = [self snapshot:@"this is align PZIntroAlignTop! and offset (0, 5)"];
property.guideOffset = CGPointMake(0, 5);
[pzGuide addGuide:property];
[pzGuide Start];
}
github:https://github.com/i-phil/PZIntro.git
收藏