Adding a Dynamic Custom Title to a modal view's Navigation Bar
I've seen this issue come up a couple of times recently and figured I'd share a solution to it here.
It probably isn't the best way of achieving this, so if anyone has a better solution, feel free to comment :)
First, create your modal view controller (with a .xib) - I've used the name MyModalView for this example.
Open up the xib in Interface Builder and drag a navigation bar…
Continue