Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9140723
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T09:33:13+00:00 2026-06-17T09:33:13+00:00

This is pretty basic stuff but what I’m doing doesn’t feels right so I’m

  • 0

This is pretty basic stuff but what I’m doing doesn’t feels right so I’m asking the experts.

I have a boolean method that checks if the user is on iphone 5

- (BOOL)isTall
{
CGRect bounds = [[UIScreen mainScreen] bounds];
CGFloat height = bounds.size.height;
CGFloat scale = [[UIScreen mainScreen] scale];
return (([[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPhone) && ((height * scale) >= 1136));}

I’ve placed it in another class called stuff.m and I’m importing it to every other class i’m using and firing it up like this:

- (void)viewDidLoad {
[super viewDidLoad];
DataManager *testMe = [[DataManager alloc]init];
if(test.isTall)
NSLog(@"Hey");

Is that the proper way to go? seems like there should be a better way doing so without allocating testMe in every class.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T09:33:13+00:00Added an answer on June 17, 2026 at 9:33 am

    You can define it in your UIApplicationDelegate

    #define IS_IPHONE5 ((([UIScreen mainScreen] bounds].size.height-568)?NO:YES)
    

    Import it to your class of choice.

    #import "yourAppDelegate.h"
    

    And from within a codeblock you just do this!

    if (IS_IPHONE5) 
    {
       NSLog(@"iPhone 5");
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

this is a pretty basic question but I can't seem to get it right.
I realize this question is pretty basic, but I'm really stuck. I have a
So this is pretty basic stuff but I'm awful with javascript. I'm working on
OK, this is probably pretty basic stuff, but it took me quite some time
this seems pretty basic stuff here, but actually i'm finding it a bit harsh
Hi this is pretty basic jQuery stuff but i am a little lost. So
Pretty basic stuff here, trying to pull the number 14.5 out of this string
I am new to WCF so I think this is pretty basic. I have
This is a pretty basic question but I can't find a good answer for
(I think this is a pretty basic question on OOP, but unfortunately I wasn't

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.