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

The Archive Base Latest Questions

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

I am having two UIButton in my setting page, one button is to increase

  • 0

I am having two UIButton in my setting page, one button is to increase the font size of the text and other is to decrease the font size of the text. But all I have to need is when the user tap the UIButton for increasing font size, it need to incise 18pt, then the user again tap or one more time in the same button it need to set the font size to 24pt, then again taping the same button result in in cement of font size to 32pt. I need to limit or there tap counts. Vise versa the same effect in decreasing font size button.

-(IBAction)_clickfontsizeincrease:(id)sender
{ 
      self.multiPageView.font = [UIFont systemFontOfSize:30.0f];   
}

-(IBAction)_clickfontsizedecrease:(id)sender
{
        self.multiPageView.font = [UIFont systemFontOfSize:10.0f];
}

How to do this? Thanks in advance.

  • 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-03T12:50:55+00:00Added an answer on June 3, 2026 at 12:50 pm
    static int tapCount = 0;
    - (IBAction) buttonTapped :(id)sender {
        tapCount++;
    
        // Based upon tapCount condition you can do whatever you want.
    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Having two projects: one is a class library (a .dll assembly) and the other
I'm having two buttons and one button is hidden. Now when I click the
Im having two tables with attributes like date(datetime),headline(varchar),text(text) Now i want to UNION ALL
My application is having two activities. In first activity, I have one button and
I am having two flash applications on a same web page. Lets say one
I am having two activities A and B. when i click the button in
I am having two minor problems in this code but i am unable to
I have list with items having two textview and one imageview.I inflate the list
Having a segmented control with two UIButton and set the action to action:@selector(segmentedControl:) for
I am having two applications.I have having a xml file in one of those

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.