Ignacio Romero Zurbuchen

Results 142 comments of Ignacio Romero Zurbuchen

We need to probably renew the API tokens. These were used for the examples mainly, but could have been flagged or simply, got old.

I know this is old, but didn't we intentionally revert this time ago, because of https://github.com/dzenbot/DZNEmptyDataSet/commit/ce506bd1d11571d260a426e0f657a6db7d95fe97 ? I'm so confused with these changes 🤦‍♂️

Thanks. This lib needs better iPad support actually. Reported in #11

Yes, this project hasn't been mantained much since iPhone 6 was released. You're very welcomed to contribute.

Interesting. I haven't test it out using WKWebView. It used to work fine for UIWebView tho. The view hierarchy must be different on that component. Try bringing the empty data...

WKWebView hasn't been supported yet.

Depends of your layout. If you're using UITableView or UICollectionView you can add the `segmentedControl` as a floating section header view and give the impression it's stick to the navigation...

This was an interesting challenge, so I took a few minutes to give it a try and it looks great. Have a look in this branch: https://github.com/dzenbot/DZNSegmentedControl/tree/navigation-bar-experiment The only remaining...

I like this idea! Sorry for the 1 year delayed response. Will include this feature on https://github.com/dzenbot/DZNEmptyDataSet/pull/450

seems like WKWebView cannot handle urls without the http scheme. A quick fix is to prefix the scheme to your urls, if missing. Maybe this fix can be included in...