文章来源:淘论文网   发布者: 毕业设计   浏览量: 49



还可以点击去查询以下关键词:
[创建]    [优美]    [人的]    [体验]    [框架]    [Onboard]    [创建优美而迷人的体验iOS框架 - Onboard]   

项目介绍:

项目简介Onboard

使用几行代码就能轻松创建创建优美而迷人的体验的iOS框架。



使用方法

在Podfile中添加下列信息并运行pod install

pod 'Onboard'
Objective-C

OnboardingContentViewController *firstPage = [OnboardingContentViewController contentWithTitle:@"Page Title" body:@"Page body goes here." image:[UIImage imageNamed:@"icon"] buttonText:@"Text For Button" action:^{

// do something here when users press the button, like ask for location services permissions, register for push notifications, connect to social media, or finish the onboarding process

}];
Swift

let firstPage = OnboardingContentViewController(title: "Page Title", body: "Page body goes here.", image: UIImage(named: "icon"), buttonText: "Text For Button") { () -> Void in

// do something here when users press the button, like ask for location services permissions, register for push notifications, connect to social media, or finish the onboarding process }

自定义

onboardingVC.topPadding = 20;
onboardingVC.underIconPadding = 10;
onboardingVC.underTitlePadding = 15;
onboardingVC.bottomPadding = 20;

github地址:https://github.com/mamaral/Onboard

开题报告开题报告


这里还有:


还可以点击去查询:
[创建]    [优美]    [人的]    [体验]    [框架]    [Onboard]    [创建优美而迷人的体验iOS框架 - Onboard]   

请扫码加微信 微信号:sj52abcd


下载地址: http://www.taolw.com/down/7659.docx
  • 上一篇:扩展内容的cell - folding-cell
  • 下一篇:交互动画框毕业设计架 - JazzHands