Daniel Tartaglia
Daniel Tartaglia
If one of you who has already looked into this could add it, that would be fantastic. If you have any questions about the library itself. Reach out to me...
Not a problem. It just needs a reason for being there. > The RxSwift tests harness uses `mach_absolute_time()` in order to test performance only; it is not used in the...
Yes, the description needs to be added to the privacy info. I provided you the description above.
There is an example in the book (that I linked, but you have to scroll down a ways) that uses an overlapping buffer to calculate the average speed of a...
What was the console output?
This is expected behavior. A `TestScheduler` is _not_ asynchronous. If you need to test asynchronous behavior, you will have to follow the instructions in [Asynchronous Tests and Expectations](https://developer.apple.com/documentation/xctest/asynchronous_tests_and_expectations) instead of...
In order for this to happen, something needs to be returning a positive, non-zero, value from `numberOfRowsInSection` (`tableViewDataSourceNotSet` returns 0 in this function) then whatever data source is returning that...
Can one of you create self-contained code sample?
Since this has never come up before in the past 8 years, either you are doing something wrong, or Apple has indeed changed something inside UIKit (this wouldn't be the...