Skip to content
#

onboarding

Here are 185 public repositories matching this topic...

Mauker1
Mauker1 commented Feb 14, 2017

When we're creating a custom slide, we need to know the padding that we should add at the bottom, and I couldn't find this value anywhere in the docs, so I had to dig into the code until I found this: android:paddingBottom="164dp".

My suggestion is to create a value on the dimens folder for that particular padding, like customSlideBottomPadding, since it's a must have on custom slides.

lostintangent
lostintangent commented Mar 22, 2020

Currently, tours are persisted as JSON files and written to the “.tours” directory of your repo. However, we could also explore allowing tours to be defined via actual code comments. For example, the following could represent a step definition above a line of code:

// CodeTour: <tourTitle> <stepNumber> <stepDescription>

While this approach could help mitigate tour decay,

swells808
swells808 commented Apr 23, 2018

Hi, I didn't see in the documentation or the example a guide on how to link up the continue button to link the click action to another view controller did I miss something?

Also it would seem you would want to run this in a first run situation, do you have a preferred method of detecting first run and launching SwiftyOnboard?

Frijol
Frijol commented Jul 30, 2019

Checking in on the Stalebot implementation– does it feel too aggressive? Many issues are getting marked stale/closed.

It's a bit more churn than I can personally keep up with, curious to hear how others feel.

@lightandluck weighed in on Slack:

I think extending the time from when Stalebot closes an issue from 1 week to 2 weeks would help.

Improve this page

Add a description, image, and links to the onboarding topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the onboarding topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.