美文网首页
GuideView 首次安装更新介绍

GuideView 首次安装更新介绍

作者: lionnner | 来源:发表于2016-08-31 14:30 被阅读198次

效果图

文章最后附有demo链接。


简介

原作者用的是 UIViewController, 现改为 UIView,看个人需求。

使用简述

  • 沿用了原作者的字体(个人觉得蛮漂亮的),Info.plist中添加Fonts provided by application
  • 两个初始化函数
    • 默认透明度0.75
- (instancetype)initWithFrame:(CGRect)frame titles:(NSArray *)titles frames:(NSArray *)frames
    • 传入透明度

- (instancetype)initWithFrame:(CGRect)frame titles:(NSArray *)titles frames:(NSArray *)frames alpha:(CGFloat)alpha

注意:titlesframes必须保持数量一致,然后加在父视图即可。

下载链接

https://github.com/lionnner/GuideView

相关文章

网友评论

      本文标题:GuideView 首次安装更新介绍

      本文链接:https://www.haomeiwen.com/subject/ytgqettx.html