You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the example of multi-touch chart-tracking, the chatlinelayer is always draw in front of the chartPointHighlightlayer, even though I change the position in [layer].
I read the wiki, but dont understand in which order the layers are draw. can you please answer this.
The text was updated successfully, but these errors were encountered:
Thats it, now line is behind points.
Actually this solutions makes bug, when lineView duplicates on screen rotation. I solved this by doing this before "addSubview":
in the example of multi-touch chart-tracking, the chatlinelayer is always draw in front of the chartPointHighlightlayer, even though I change the position in [layer].
I read the wiki, but dont understand in which order the layers are draw. can you please answer this.
The text was updated successfully, but these errors were encountered: