Rightpoint / RZCellSizeManager

Dynamic size computation and caching for cells.
MIT License
242 stars 32 forks source link

Swift support #32

Open chrisharrison opened 9 years ago

chrisharrison commented 9 years ago

It'd be awesome if this project could have Swift support. Currently, when you import to a Swift project using a bridging header, there are a lot of compiler errors that have to be fixed.

chrisharrison commented 9 years ago

Actually, all errors can be fixed by adding: #import <UIKit/UIKit.h> to the top of RZCellSizeManager.h

piv199 commented 7 years ago

It's working, but yaaagh! It's so unpleasant with all this Any, ? and !.

ZevEisenberg commented 7 years ago

@piv199 I can't make any promises about a nullability PR being merged, but it shouldn't be that hard to add in your own fork. Since the advent of auto-sizing cells, we haven't needed RZCellSizeManager in recent projects, so we haven't used this library in a while.