Open nick70007 opened 5 years ago
I tried but i want the time to be working like in countdown timer. Can you give me an example?
On Tue, 1 Oct 2019 at 12:28 AM, phongleq notifications@github.com wrote:
`func numberOfFlapsInSplitflap(_ splitflap: Splitflap) -> Int { return 4 }
func tokensInSplitflap(_ splitflap: Splitflap) -> [String] { return SplitflapTokens.AlphanumericAndSpace }`
Change the type and number of flaps needed to get what you like.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/yannickl/Splitflap/issues/17?email_source=notifications&email_token=AMSM6NC7T25NHKOEA43T2KTQMJD6LA5CNFSM4I3Y7THKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD76W75Q#issuecomment-536702966, or mute the thread https://github.com/notifications/unsubscribe-auth/AMSM6NHNCIH4QU7E7SYDV7TQMJD6LANCNFSM4I3Y7THA .
func numberOfFlapsInSplitflap(_ splitflap: Splitflap) -> Int {
return 4
}
func tokensInSplitflap(_ splitflap: Splitflap) -> [String] {
return SplitflapTokens.AlphanumericAndSpace
}
Change the type and number of flaps needed to get what you like.