Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Fix ASTableNode / ASCollectionNode backgroundColor does not apply correctly. #1537

Merged
merged 2 commits into from
Apr 19, 2016
Merged

Fix ASTableNode / ASCollectionNode backgroundColor does not apply correctly. #1537

merged 2 commits into from
Apr 19, 2016

Commits on Apr 18, 2016

  1. Fix ASTableNode / ASCollectionNode backgroundColor does not work

    If the background color is applied via the pending state it's applied to the layer of the UICollectionView / UITableview. Unfortunately UITableView / UICollectionView does not consider using the layer backgroundColor property as it's background color, so it needs to be applied to the view after the ASCollectionNode / ASTableNode did load and the view is available
    maicki committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    8d20321 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2016

  1. Improve setting special properties for certain classes directly to th…

    …e UIView
    
    - Remove duplicated code in ASCollectionNode and ASTableNode
    - Fix setting the pending state to the view if applying the pending state to the view
    maicki committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    3793dc0 View commit details
    Browse the repository at this point in the history