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

  • SEARCH
  • Home
  • 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 6199039
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T04:07:11+00:00 2026-05-24T04:07:11+00:00

When i am Building this code i am getting WARNING that INVALID Integer to

  • 0

When i am Building this code i am getting WARNING that INVALID Integer to pointer conversion.
But when I run the application it gets Crash …..

can any one help me… I am getting warning at withObject:[sender tag]

i have frontButtonScaleUp Method which takes (NSIngeter) argument… and also tag returns NSInteger value…

- (IBAction)frontButtonReleased:(id)sender
{
    const double delay = 0.3;
    double elapsed = CACurrentMediaTime() - tapStartTime;;
    if (elapsed >= delay)
        [self frontButtonScaleUp:[sender tag]];
    else
        [self performSelector:@selector(frontButtonScaleUp) withObject:[sender tag] afterDelay:delay - elapsed];
}
  • 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-05-24T04:07:12+00:00Added an answer on May 24, 2026 at 4:07 am

    I have made work my code with little modifications like below:

    - (IBAction)frontButtonReleased:(id)sender
    {
        const double delay = 0.4;
        double elapsed = CACurrentMediaTime() - tapStartTime;;
        UIButton *btn = (UIButton *)sender;
    
        if (isBtnOneTurnOver || isBtnTwoTurnOver)
        {
            if ([btn tag] == 1)
            {
                if (elapsed >= delay)
                    [self btnOneScaleUp];
                else
                    [self performSelector:@selector(btnOneScaleUp) withObject:nil afterDelay:(delay - elapsed)];
            }
            else
            {
                if (elapsed >= delay)
                    [self btnTwoScaleUp];
                else
                    [self performSelector:@selector(btnTwoScaleUp) withObject:nil afterDelay:(delay - elapsed)];
            }
        }
    }
    

    here i have made two new methods for each button and both having no arguments so… that the problem of passing withObject was solved….

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This code works fine in C#: Expression.Lambda(LambdaBody); But none of the methods for building
I have an application that uses the .NET framework 3.5. I am building this
I am getting an warning while building my source code as follows: /* com.apple.ibtool.document.warnings
I'm getting a InvalidOperationException when trying to run this code: database.Produkts.SingleOrDefault<Produkt>(x => x.Kod ==
I am getting a linker error building this code: Exclude.h file class IsExclude {
When I try this code: if Verbose: print("Building internam Index for %d tile(s) ..."
When building code like this: <script type=text/javascript src=<%=ResolveUrl(~/js/js.js)%>></script> or <input type=image src=<%=ResolveUrl(~/img/submit.png)%> /> Should
I ran into this error when building my code with CLANG: In file included
This requirement is just for simplicity for developers and beautiful code. I'm building a
Sorry for such a trivial question, but I'd feel silly building this if it

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.