Konstantinos N.
Konstantinos N.
@xavierLowmiller how do you disable the animations while you take the snapshots?
@xavierLowmiller ah ok! Do you know how to display only the final frame so that the test don’t have to wait for the animation to finish ?
Thanks a lot for this one, is there by any chance any ETA for this to be merged in the newest version ? We are not so fun of specific...
@Gurbo yes when i run `pod install` i see that `Using Segmentio (2.1.2)` how can i install 2.1.1 ??? Thanks for the answer !!
We also have these kind of crashes and mostly when app is in background (91%). @daltoniam any idea?
@chejarla-venkatesh yes but if the text is too large, then the letters are above the image. And a workaround is the following ``` import SkyFloatingLabelTextField extension SkyFloatingLabelTextField { /** Calculate...
Any update?
I actually managed to save it without your step one ``` lane :add_domain_to_entitlement do |values| domain = values[:domain] scheme_name = values[:scheme] proj = Xcodeproj::Project.open('../Trader.xcodeproj') current_entitlement_path = "Trader/#{scheme_name}.entitlements" domains = get_info_plist_value(path:...