Filipe Alvarenga

Results 10 comments of Filipe Alvarenga

Same problem here, but within an UITableViewCell. I'm using the Swift 3 version.

Hey @acegreen, As we have talked by e-mail I think this gonna be a huge update and as soon as I can I will take a deeper look. By now...

The highlight occurs during a reload of PickerView. Since PickerView is built upon UITableView it happens during a `reloadData`, maybe you would need to wrap this animation in this code:...

Hi @HanSJin, sorry about the delay. Why are you submitting this change? Does it fix any irregular behavior?

I think I got it.. The way it is today the `PickerView` wind up sending the `index` twice instead of the row and the index, right? If it's about it,...

Guys, I completely understand that it's not an Firebase SDK error condition, but: 1. Usually the file upload will come from an user interaction. In the case of a internet...

Besides checking for internet connection I ended up implementing a wrapper + a timer to force the completion call when Firebase Storage fails to run the callback for the put...

I know that it's still going to need to update to Swift 5.0 soon, but if you're stuck with these errors you can fix by adding this script at the...

Hey @MsrButterfly How did you find UIFieldEditor? I'm having a bug related to its bounds on iOS 10, it basically sets itself to a out of screen position. I'm trying...