Closed sebastianludwig closed 8 years ago
Any setting of the background color in IB is ignored. This is because and IB-View is instantiated with initWithCoder: which sets the background color. After that finishInit is called which overwrites the setting.
initWithCoder:
finishInit
Any setting of the background color in IB is ignored. This is because and IB-View is instantiated with
initWithCoder:
which sets the background color. After thatfinishInit
is called which overwrites the setting.