python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Change position on elements inside a tableViewCell
So I have a view inside an xib cell, inside this view I have 2 elements, one label that is in the middle of the view and a button with text that is hidden.
When this button goes from isHidden to isNot...
kevzeter
Votes: 0
Answers: 1
Segue to Tab in navigation controller going to wrong tab, Swift, Xcode
I am clicking a button and pushing to a TabBar Controller.
When I click the button it goes to the first tab only, no matter what number I put in the prepare for segue area.
override func prepare(for s...
Tony Merritt
Votes: 0
Answers: 0
Xcode 13.3 Not Linking Storyboards
I have a project that builds and runs with no issues when using Xcode 13.0. However, if I close 13.0, and try to then build and run the project using Xcode 13.3, the app will build, but then crash imm...
Josh Buhler
Votes: 0
Answers: 1
Converting prototype cells in a storyboard to .xib
I have a prototype cell in a Storyboard. Is there any quick and easy method for me to extract that to its own .xib file so that I do not need to create .xib from scratch? Thanks.
Jonas
Votes: 0
Answers: 1