RefreshControl bugs first Cell of TableView, after using Back on NavBar
问题 I have a TableView embedded in NavigationController (and that's embedded in a TabBar Controller). I have a username button in each cell that segues to the user's profile. However after I hit 'back' on the profile page's nav bar, and gets directed back to tableview, it seems like I bugged something. And if I pull down again, it refreshs but this time, top row's username becomes unclickable while other rows work as expected. Please note that I call self.theRefreshControl = UIRefreshControl() in