How can I center the UILabel on the UIView? I am using the following code
float width = weatherView.bounds.size.width; float height = weatherView.bounds.siz
How about:
[self.label setCenter:view.center];