This was occuring if a title has no properties set initially, but then are configured later. The title image data would go from [NSNull null] to nil, breaking this check. By comparing against both values, we can ensure the correct logic for all behaviors.
|
|
||
115 |
|
115 |
|
116 |
|
116 |
|
117 |
|
117 |
|
118 |
|
|
|
|
118 |
|
|
|
119 |
|
|
|
120 |
|
|
|
121 |
|
|
119 |
|
122 |
|
120 |
|
123 |
|
121 |
|
124 |
|