Wednesday, May 6, 2015

Objective-c Getting device width programmatically

CGFloat width = [UIScreen mainScreen].bounds.size.width;

No comments:

Post a Comment