-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solving the warning #15
Comments
This warning is a compiler issue as the casting obviously works. I am not sure if a radar has been filed with Apple. I don't think we can work around casting the row. |
Hi, how it's posible the same SplitRow but with three elements? maybe like left, center and right. I need some like this: Thanks |
@pilloom using three rows is not supported by SplitRow. I suggest to build your own custom row specific to your use case. For this, please have a look at the Eureka custom row documentation. In addition, having a look at the already existing custom rows with multiple input fields serving a specific purpose may jump start your development (e.g.: CreditCardRow or PostalAddressRow). Good luck! |
the warning is correct, surely you just need to rewrite the line to say something like
|
Hello,
Thank you for the SplitRow code. I get an xcode warning (acknowledged in the code):
Cast from 'RowOf<SplitRowValue<L.Cell.Value, R.Cell.Value>>!' to unrelated type '_SplitRow<L, R>' always fails
Is there a way to solve this warning as it is distracting and it is harder to tell if there are other warnings that deserve our attention.
Thanks
The text was updated successfully, but these errors were encountered: