2
votes
2answers
3k views
Adding a UILabel to a UIToolbar
I'm trying to add a label to my toolbar. Button works great, however when I add the label object, it crashes. Any ideas?
UIBarButtonItem *setDateRangeButton = [[UIBarButtonItem allo …
