Questions tagged [viewwithtag]
33 questions
0
votes
1 answer
Swift, collection view & storyboard, get null when using viewWithTag on another Label
I am seeing some extremely odd behavior that I would like some assistance with.
I have a collection view cell that originally had one label, with a tag of 43.
I am setting the value of the label using the following code:
func…

Martin Lindskog
- 283
- 1
- 2
- 11
-2
votes
1 answer
viewWithTag UIButton not working on tableview reloadData
I'm building a survey app with a table view displaying the questions in rows. Some rows have text fields, some have sliders and some have 5 buttons for the user to select their answers.
I can set the initial UIButton values just fine, with multiple…

jreynolds
- 27
- 2
-5
votes
1 answer
Why viewWithTag is returning nil
activite1Label as the tag 1
class StatsViewController: UIViewController {
@IBOutlet weak var activite1Label: UILabel!
@IBOutlet weak var activite2Label: UILabel!
@IBOutlet weak var activite3Label: UILabel!
override func…

Michel Garlandat
- 21
- 1
- 4