@onmyway133@PastePalApp My brain: don’t do it.
Me: ..
Brain: 👀
Me: well, I bought past for $10 and I’m happy with that. Who are you targeting?
Your pricing will depend on what you want. Stare at a demand curve for a few mins and figure out which area under the line is big enough for you.
@coinbase can you please help me get access to my account?
I opened an account in France, I’m now living in Norway. I can’t change my number, and I don’t have access to my old French number.
When I send you an email I get an FAQ response a few weeks later.
@qzervaas Try this in you viewDidAppear:
if #available(iOS 13.0, *){
DispatchQueue.main.async {
self.navigationController?.navigationBar.setNeedsLayout()
}
}
@qzervaas I'm facing the same issue half a year later.
There is an iOS 13 bug with setting the layout of the navigationBar when presenting a modal from another modal.