Weston Mitchell

Results 36 comments of Weston Mitchell

This worked for me, having had classes/structs using RawRepresentable or Codable paired with DefaultsSerializable: ``` extension DefaultsSerializable where Self: Codable { public typealias Bridge = DefaultsCodableBridge public typealias ArrayBridge =...

@sunshinejr I didn't try that. I thought it should work for free with the frameworks. Here is where it fails exactly: As you can see in the ss, the JSONEncoder...

same error for RxTableViewSectionedAnimatedDataSource: `Instance method 'items(dataSource:)' requires that 'TableViewSectionedDataSource' (aka 'TableViewSectionedDataSource') conform to 'RxTableViewDataSourceType'`

I have a similar issue with height either overlapping the cells below it or the cell's height being too big when not overlapping. constrain(self.contentView, messageLabel, bottomView, userImageView) { contentView, msgLabel,...

Changing the NSTextAlignment property of the TextView will solve this.

> Hello @jleandroperez , thank you so much for your guidelines :) > I'm gonna check that :) @Lapinou42 Did you successfully implement the alignment in the way described above?

Was this added in the last few months? @jleandroperez

After updating the pod to version 1.19.1 I was able to get the alignment set! Apparently it has been added. Thanks anyway!

Sergio is correct, I am using the TextAlignment property of the textview. This worked for basic 'Left, Right, and Center' alignment. -Weston On Mon, Jun 1, 2020 at 6:15 AM...

Can this be merged and released please?