objective c - How do I determine the identity of a UITableView within a Storyboard -
I have created a TableView inside the storyboard, I do not want to drag control between this and the files, as in the programmatic form From, it is easy to maintain.
However, I do not know how I can determine what is the identity of the table view.
Is there a way to give it a name, or somehow to determine this soap that I can dynamically change its behavior?
In fact, all this storyboard. I do not know how to name anything.
Use the tag under the View category:
Every view is in this
UIButton * button = (UIButton *) * You can use the view
method UIView
method to get the control you need [Self.view View Details: 1]
Comments
Post a Comment