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)
tableview how to append to empty array checked cells?
class Cell: UITableViewCell {
@IBOutlet weak var checkBtn : UIButton!
@IBAction func selectButton(_ sender: UIButton) {
if checkBtn.isSelected == false {
checkBtn.is...
JJHA
Votes: 0
Answers: 1
Is it wrong to add action to button in tableViewCell with tag?
I have a UItableViewCell with a button inside it, I set the tag of the button and add the action of the button in my ViewController using the tag.
func tableView(_ tableView: UITableView, cellForRowAt...
Alireza12t
Votes: 0
Answers: 1
UITableView appears stuck under Nav Bar when configured in Storyboard (maybe corrupted?) but not when configured with code
I know it might be hard to diagnose this, but I'll try to give all the relevant info I can without overwhelming the post but it needs a ton of info. I've done this a hundred times over the last decade...
Kenny Wyland
Votes: 0
Answers: 1
TableView is not updating after deleting
I'm using dummy API to create a social media app. I managed to show posts details in a table view and a user can reply to a post and delete it. However, when I delete a post it gets deleted but the ta...
D. A.
Votes: 0
Answers: 0