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 7902507
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T09:30:50+00:00 2026-06-03T09:30:50+00:00

In my project, I’ve got 10 of these code here: – (void) makeAnim1{ //downward

  • 0

In my project, I’ve got 10 of these code here:

- (void) makeAnim1{

    //downward animation for carousel
    [UIView animateWithDuration:**3.5**
                          delay:0.25
                        options: UIViewAnimationCurveLinear
                     animations:^{
                         carousel.frame = CGRectOffset(carousel.frame, 0, **490**);
                     }
                     completion:^(BOOL finished){ //task after an animation ends
                         [self performSelector:@selector(makeAnim1_1) withObject:nil afterDelay:3.0];
                         NSLog(@"Done!");
                     }];    

}

- (void) makeAnim1_1{

    //upward animation for carousel
    [UIView animateWithDuration:**3.5**
                          delay:0.2
                        options: UIViewAnimationCurveLinear
                     animations:^{
                         carousel.frame = CGRectOffset(carousel.frame, 0, **-480**);
                     } 
                     completion:^(BOOL finished){
                         //timer for the reveal button
                         [NSTimer scheduledTimerWithTimeInterval:0.1 //this arranges the duration of the scroll
                                                          target:self
                                                        selector:@selector(revealButton)
                                                        userInfo:nil
                                                         repeats:NO];   
                         NSLog(@"Done!");
                     }];    


}

I wanted to make them in just one short implementation. So they will be just one function.
I’ve tried putting the needed values and assigning them in the bold version of the code.

I need to have two arrays that corresponds to each other. For example:

arrayA[3] = A,B,C;

arrayB[3] = a,b,c;

When A is pick it is equal to a.

  • 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-03T09:30:52+00:00Added an answer on June 3, 2026 at 9:30 am

    Try this below code :

    You can convert Array Values to Uppercase or lowercase like below code:

    A array contains first index is A to convert a
    B array contains first index is a

    if([A objectAtIndex:0] lowercaseString].isEqualString([B objectatindex:0])
    {
    
    }
    

    Thanks…!

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

Sidebar

Related Questions

Project file here if you want to download: http://files.me.com/knyck2/918odc So I am working on
Project is C#. So I have a bunch of multithreaded code that is designed
Project Lombok makes it trivial to implement the boilerplate code in the classes. Is
Project: http://design.vitalbmx.com/fave/news.html When I click Add to favorites button (under main pic), in Chrome
Project layout: /project_a /shared /project_b /shared /shared project_a and project_b both need to contain
Requirements Project should contain 1 main application and some secondary sub applications (which uses
A project I was working on has finished, so I've been moved on to
The project I'm currently working on generates 30+ warnings each time it gets build.
What project collaboration tools do you recommend for maintaining tasks, bugs, collaborating, messaging, storing
The project, I work on, consists of several executables which run in background and

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.