I use MonoTouch.Dialog (heavily customized) and I used the tableView's StringSize method to get the Size of a string (height and width). This doesn't work now in iOS 7. How can I return a Size of a string to get it's height/width so I can perform adjacent control alignments?
Thank you.