lumo2707
lumo2707
Hi, is it possible to restart animation so that when the user comes back on the screen the bubbles will be animated from besides to center?
Can you provide us how to use Genome for core data? Which protocol/class we have to use? According to your Readme: NSMappableManagedObject is not avaiable.
Hi, my problem is, that the tableview does not show the empty view. In the UI debugger i got the following information: "height and vertical position are ambiguous for UIView"...
Hi, I have the following issue: When displaying the bottom sheet over a TabBar the TabBar is still visible and not covered by the bottom sheet. The .partialSheet(isPresented: Binding) {...
Hi I am struggling with the API. First of all I search the right transition object: ` jira.listTransitions(issueNumber) .then(transitions => { const transitionToApply = _.find(transitions.transitions, (t) => { console.log(t.name) if...