Closed zenangst closed 8 years ago
Seems like the same thing happened with the indicator, so I fixed that as well 😁
@zenangst 👍
@zenangst just a question, bringSubviewToFront
does not work here?
@onmyway133 depends on when it gets added to the hierarchy, that only works if you call that method when all views have been added. I thought this was a more feasible solution as zPosition
defaults to 0
, which would guarantee the order regardless of when the views are added.
The separator was not showing because it was below the collection view. Setting
zPosition
on the layer fixes the issue.