Is it possible to add a title to the left side of the navigation bar? I know how I can add a title in the center but when I try to add one to the left side I see nothing. This is the code I have:
self.navigationItem.leftBarButtonItem?.title = "Elapsed Time: 0:00"
Thank you for the help.
You could try creating a custom view, and then create a UIBarButtonItem with that custom view in it.
Custom view:
Try this code:
More powerful solution of this problem:
Now you just can edit label as you want. You can use another font or text color.
navigationController?.navigationBar.isTranslucent = false