KaneCheshire / ShowTime

The easiest way to show off your iOS taps and gestures for demos and videos.
MIT License
524 stars 35 forks source link

Where do I change the settings? #53

Open otim opened 2 years ago

otim commented 2 years ago

Thanks for this great tool @KaneCheshire !

I am working on a react native project and pulled in ShowTime using CocoaPods. I would like to disable ShowTime by default and only enable it for recording videos. What I don't understand is: where do I change the settings/where does the config file (?) go? Maybe, I am the only one, but maybe it makes sense to add this info to the readme.

Sorry for the n00b question!

Thank you! Cheers Tim

otim commented 2 years ago

ping @KaneCheshire 🙌

otim commented 2 years ago

ping @KaneCheshire :slightly_smiling_face:

jasonrudolph commented 1 year ago

@otim: I was wondering about this, too. The example in https://github.com/nimblehq/nimble-crypto-ios/blob/10b80daed3276ed067dd52ef56460267ed176477/CryptoPrices/Sources/App/CryptoPricesApp.swift#L38 did the trick for me.

KaneCheshire commented 1 year ago

I've never worked with React so I don't know what the process is to work with Swift files in React projects, but the readme does say to import ShowTime and what properties you can set to configure it which is fairly simple to do so not sure what other info I can give there sorry.

otim commented 1 year ago

Thanks for the input @jasonrudolph :raised_hands: @KaneCheshire feel free to close this issue. I might re-open and update if I get around to applying @jasonrudolph's hint into my react native project.