You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.
Hi,
First of all thanks for great tool and good work :). It is really one of my favourite pod library :).
And now let's go back to business. I have a request for a small feature, that will be very helpful. Can you add possibility to setup custom accessibility ids for title or description?
You may wonder, why I need this? Right now I have situation where on screen I have split view with tableView in both master and details view controllers. Both of them are using DNZEmptyDataSet and shows same message. It works great :).
But my problem occurs when I'm trying to add some UI test to the project. I want to separately catch situations when one of list are empty and right now both use same accessibilityId. In such case having a possiblity to define separate values for ids would be very helpful :).
The text was updated successfully, but these errors were encountered:
Hi @WojciechTrzasko,
I'm glad you're liking the library. Thanks for the kind words.
Your requests makes a lot of sense. Before actually getting to the bottom of the paragraph, it all made sense to me for testing purposes.
What we could do, is to define a set of enums to represent each UI outlet, and expose a very elegant data source callback like:
Hi,
First of all thanks for great tool and good work :). It is really one of my favourite pod library :).
And now let's go back to business. I have a request for a small feature, that will be very helpful. Can you add possibility to setup custom accessibility ids for title or description?
You may wonder, why I need this? Right now I have situation where on screen I have split view with tableView in both master and details view controllers. Both of them are using DNZEmptyDataSet and shows same message. It works great :).
But my problem occurs when I'm trying to add some UI test to the project. I want to separately catch situations when one of list are empty and right now both use same accessibilityId. In such case having a possiblity to define separate values for ids would be very helpful :).
The text was updated successfully, but these errors were encountered: