In the Settings app when you select a Wi-Fi network you can see a table view that has a label and an activity indicator right after the label. Is there some predefined way to create such a UI. Or the only way to do it is to implement the tableView:viewForHeaderInSection with some code that creates a label and a spinner, calculates the label width and places the spinner right after it?
In the Settings app when you select a Wi-Fi network you can see a
Share
Yes, you have the right approach! Create a header view with a label and place an UIActivityIndicator right after it. The calculation is pretty simple: