Christoffer Winterkvist
Christoffer Winterkvist
Any work being done on this? I glanced at the source code and it seems like it is not included in the list of "white-listed" font types (https://github.com/mac-cain13/R.swift/blob/master/Sources/RswiftCore/ResourceTypes/Font.swift#L13). Might be...
Oh that would be interesting, which layout would you like to apply this too?
We have a branch going to support estimated item size: `feature/preferred-layout-attributes`. It is not 100% yet but it should have basic support for implementing preferred layout attributes on your cells.
@christoff-1992 I'm gonna take a look at why the CI is failing, when that is fixed I think we should aim to get this into `master` to force us to...
Very interesting find mate!
Hey @zdnk, there is a demo project for iOS included in the library. Simply run the `Blueprints.xcodeproject` and select the example target :)
@zdnk Oh like that, I thought you were wondering about an example in general, my bad! I'm a bit unsure, I've yet to implement a collection view layout with autolayout...
@zdnk all good alternatives! Best of luck :)
@zishanj Blueprints does not currently support dynamic widths or heights. We would love to add it so if you are up for me, make a PR and we will gladly...