Roberto Montesinos

Results 19 comments of Roberto Montesinos

@mironal I understand. Thank you. Best of luck with everything.

I don't know if this answers your question but yesterday I implemented something similar with IonIcons on a UIBarButtonItem - the approach may work with FontAwesome - where you create...

I had to switch over to Pods even though I prefer Swift Packages. +1

I wound up temporarily solving this situation by exposing BoomMenuButton property "endPositions" by changing private keyword to public. The code below wound up working for me: ``` // MARK: -...

I am unable to install this library using Xcode 12.4 and Swift 5.2. It looks like this pull request might do the trick. I'm looking forward to trying this library....

I am interested. Thank you. How do you alter the podFile to implement this branch?

Thank you @sprint84!! I had different options to go from googling. I appreciate your super quick response!!

I modified TLYShyNavBarManager and was able to make it work. First I changed from CocoaPods to adding the library manually. I added the ASTableView to TLYShyNavBarManager.m ``` ObjectiveC #import ```...

@georgianjalba I am having the same error message with sql.js version 0.5.0 in an Electron Vue.js project. Did you solve this issue?