How do I align text in UILabel?
UILabel
In xamarin ios suppose your label name is title then do the following
title.TextAlignment = UITextAlignment.Center;