When I try to upgrade to v1.0.0 of MessageKit, I get the following errors:
I'd be appreciative of a migration path to convert this to the new API. Thanks!
When I try to upgrade to v1.0.0 of MessageKit, I get the following errors:
I'd be appreciative of a migration path to convert this to the new API. Thanks!
Copyright © 2021 Jogjafile Inc.
It looks like there has been a change made to the
LabelAlignment
Class. It no longer has predefined.messageLeading
but instead has a property for the textAlignment as a part of theLabelAlignment
object. If you holdCommand
and click theLabelAlignment
you can see its definition.So all you need to do is adjust yours calls to the new constructor.
If you want to find out all the changes that have happed in each release check out the ChangeLog here
Good luck