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
When I run my app in the simulator, all my views are rendered as desired with rounded corners.
When I run the app via a KIFTestCase, then my views don't seem to render properly (see screenshot below showing how the same button is missing it's rounded corners). I've tried taking a look through some of the extensions but can't figure out what would stop the views from being drawn properly.
(PS: I'm asking because I'm trying to generate screenshots from the KIF tests, but since they're not reflecting the actual UI, they're less valuable.)
Screenshots
The text was updated successfully, but these errors were encountered:
@heidiproske Just noticed this issue, sorry for the delay.
What Xcode and simulator are you running on? I just tested this on Xcode 11.6, on an iPad Pro (12.9 in 3rd generation) on iOS 11.6 and this did not occur.
Question / Issue
When I run my app in the simulator, all my views are rendered as desired with rounded corners.
When I run the app via a
KIFTestCase
, then my views don't seem to render properly (see screenshot below showing how the same button is missing it's rounded corners). I've tried taking a look through some of the extensions but can't figure out what would stop the views from being drawn properly.(PS: I'm asking because I'm trying to generate screenshots from the KIF tests, but since they're not reflecting the actual UI, they're less valuable.)
Screenshots
The text was updated successfully, but these errors were encountered: