欢迎光临
我们一直在努力

创建优美而迷人的体验的iOS框架 – Onboard

建站超值云服务器,限时71元/月

创建优美而迷人的体验的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

code4app

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » 创建优美而迷人的体验的iOS框架 – Onboard
分享到: 更多 (0)