此弹出控件是一个类似 Garaband(iOS) 的用户帮助系统。在您的按钮、uiview 区域(扩展...)旁边显示气泡,以帮助用户了解您应用程序
productTourView = [[CRProductTour alloc] initWithFrame:self.view.frame] ;
//Setup your bubbles
CRBubble *bubbleButton1 = [[CRBubble alloc] initWithAttachedView:_button1 title:@"My Title" description:@"A smal description" arrowPosition:CRArrowPositionBottom andColor:[UIColor redColor]];
NSMutableArray *bubbleArray = [[NSMutableArray alloc] initWithObjects:bubbleButton1, nil];
[productTourView setBubbles:bubbleArray];
[self.view addSubview:productTourView];
如果您想要相同的结果,不要忘记添加 BebasNeue 字体