UIButton doesn't appear on iPhone 5S
问题 I'm kind of new to iOS development and development in general. I've been working on a time/record keeping app and I ran into a weird problem. On one of my view controllers I have a UITableView with each cell being a button that leads to a different view controller. On the first cell the user is supposed to be able to push a UIButton to run a method that starts counting time. When you run that method it activates a second UIButton that the user can push to stop counting time. While this is