flickchicks / flick-ios

0 stars 0 forks source link

Add calculation of width in UserPreviewView #40

Closed haiyingweng closed 4 years ago

haiyingweng commented 4 years ago

Currently, each view that uses UserPreviewView calculates the width required for it individually. The code is redundant and prone to error if one of the calculations changes. Would be nice to move the width calculation to UserPreviewView

haiyingweng commented 4 years ago

Addressed by #52