python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to sort correct CAShapeLayers in UIView and child button?
I create a parent view with CAShapeLayer, and create a child button with CAShapeLayer.
class TestButton: UIButton {
override init(frame: CGRect) {
super.init(frame: frame)
}
requ...
Leo Chen
Votes: 0
Answers: 1
How to crop the shape of an image out of a caShape layer,
I have a cashape layer which looks like this
I have this P Image
I want the center of the triangle to be see-through in the same shape of P image (or any image) kind of like this
I have tried (amon...
Ungrace
Votes: 0
Answers: 1
UITableViewCell shadow above the view on simulator but below in hierarchy
Inside my custom UITableViewCell I add ShadowView and put all my content on it. When I run it, I see this shadows above the cell, but it hierarchy it's correctly laying below the cell. When I scroll t...
Karina
Votes: 0
Answers: 1