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
They way ImageCell is setup to support multiple images in a single cell, which makes sense. However since for a single image the value of the cell would be in array like [some-image-url] we are stuck due to how our DS's are setup.
As far as I understand, there isn't a way to make ImageCell support simple string urls instead of an array.
Is there are simpler way to handle this case?
We are avoiding the use of CustomCell as the data would be {} and it would require a lot of codebase change.
Thank you for the help .
P.S - Love the editor!
The text was updated successfully, but these errors were encountered:
They way
ImageCell
is setup to support multiple images in a single cell, which makes sense. However since for a single image the value of the cell would be in array like[some-image-url]
we are stuck due to how our DS's are setup.As far as I understand, there isn't a way to make
ImageCell
support simplestring
urls instead of an array.CustomCell
as the data would be{}
and it would require a lot of codebase change.Thank you for the help .
P.S - Love the editor!
The text was updated successfully, but these errors were encountered: