Use initWithCoder: instead of awakeFromNib for AQGridViewCell
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.
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.