Which of the following is the correct way to get the screen height and width in iOS ?
Correct Answer: [[UIScreen mainScreen] bounds].size.height and [[UIScreen mainScreen] bounds].size.width;
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More IOS Technical Test MCQ Questions