EmptyView does not appear
See original GitHub issueHi,
I’m using fragments when there are no items to emptyview is empty.
I’ve tried the pro inflator in two ways:
recyclerView.setInflater(LayoutInflater.from(view.getContext()));
recyclerView.setInflater(inflater);
but none worked… : [
I´m using version 0.5.92
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
EmptyView is not showing in iOS 15, Xcode 13 - Stack Overflow
Your code would be never working! even with iOS 13.0 or 14.0 it is impossible! EmptyView means nothing for SwiftUI! It is like...
Read more >Empty view not showing .net maui - Microsoft Q&A
I have a collection for achievements but the list starts off empty, so I wanted to add an emptyview, but for some reason...
Read more >Empty View not showing · Issue #10146 · dotnet/maui - GitHub
My empty view is not showing on android, but it is on windows. Is there a way to make it visible on both?...
Read more >EmptyView | Apple Developer Documentation
A view that doesn't contain any content. ... You will rarely, if ever, need to create an EmptyView directly. Instead, EmptyView represents the...
Read more >How to use programmatic navigation in SwiftUI
We can use SwiftUI to programmatically push a new view onto a ... You'll probably want to use EmptyView to show nothing at...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
What was the problem? (having the same issue here)
Try use > compile ‘com.github.Snakeice:UltimateRecyclerView:c9adbddc2f’