AQGridView icon indicating copy to clipboard operation
AQGridView copied to clipboard

Use initWithCoder: instead of awakeFromNib for AQGridViewCell

Open dmakarenko opened this issue 13 years ago • 1 comments

Hi,

Would it be better if all the logic (or at least part of it) from awakeFromNib method was located inside initWithCoder: method? Otherwise setting some properties from IB is impossible right now. The simplest example is backgroundColor property.

dmakarenko avatar Aug 20 '12 17:08 dmakarenko

Good question.

On Aug 20, 2012, at 10:08, Dmitry Makarenko [email protected] wrote:

Hi,

Would it be better if all the logic (or at least part of it) from awakeFromNib method was located inside initWithCoder: method? Otherwise setting some properties from IB is impossible right now. The simplest example is backgroundColor property.

— Reply to this email directly or view it on GitHubhttps://github.com/AlanQuatermain/AQGridView/issues/151.

evadne avatar Aug 20 '12 17:08 evadne