Nikky Chailertvanitkul
Nikky Chailertvanitkul
I'm not sure what you mean here - though I can say that if you're trying to hide the EURO sign you have to use the text formatter. EG -...
Spot on! Yes I do for custom border rounding. `let nameLabelEdge = CAShapeLayer() nameLabelEdge.bounds = nameLabel.frame nameLabelEdge.position = nameLabel.center nameLabelEdge.path = UIBezierPath(roundedRect: nameLabel.bounds, byRoundingCorners: [.topLeft, .topRight], cornerRadii: CGSize(width: 9, height:...
Yea that's exactly what i did as a work around =)
Alright - thanks for your response mate :)
I've set the addOnItemTouchListener in the activity like the example suggests. I then proceed to select for example 'Item A' so it is now highlighted with a white font colour....