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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T00:06:18+00:00 2026-05-31T00:06:18+00:00

In this code: @synthesize username, password, sliderLabel; -(IBAction) sliding: (id) sender; { UISlider *s

  • 0

In this code:

@synthesize username, password, sliderLabel;

-(IBAction) sliding: (id) sender;
{
    UISlider *s = (UISlider*)sender;
    int value = (int) s.value;

    NSString *newLabel = [ [NSString alloc] initWithFormat:@"%i", value];

    sliderLabel.text = newLabel;


}

I synthesize username and password and it does the getter and setters itself.
But then I create an UISlider and can do s.value….

So two questions:

1.
Am I wrong in thinking like this:
username is an UITextField – an object.
This object has variables so when we property – and – synthesize the username variable, all its(the objects) variables get setters/getters – so I can do username.text etc?
If I am wrong – then how is it?

2.
Why am I able to do s.value? It just feels wrong.
I had to synthesize username, password and sliderLabel.. but I could instantly do s.value?

  • 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-31T00:06:20+00:00Added an answer on May 31, 2026 at 12:06 am

    1.
    you can get and change all (not the read only) properties of userName (UITextFiels object) because the UITextFiels class has got setter and getter methods for all its properties

    2.
    when you call s.value you are just calling the getter method in UISlider class…
    you are just calling: [s value]; (=meaning getValue)

    that’s why apple used synthesize when it created the UISlider class for the var/property “value”, so you can access to it with the public getter and setter methods

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

Sidebar

Related Questions

I have this code: .h int cellsPerRow; @property int cellsPerRow; .m @synthesize cellsPerRow; -(void)init
Got this code for a viewscroller from the apple developers site. @synthesize scrollView1, scrollView2;
I have this code: tableList = [[NSMutableArray alloc] initWithObjects:@First View,@Second View,nil]; I have synthesized
This code works (C# 3) double d; if(d == (double)(int)d) ...; Is there a
Suppose I have this code... foo.h @interface Foo : NSObject { NSString *aString; //
In my viewController.m I have this code: self.movie = [[myMovie alloc]init]; self.movie.name = @Iron
I have this code: #import SQLiteDB.h @implementation SQLiteDB @synthesize db, dbPath, databaseKey; @end //--------------
Okay, I have this code in my ViewController.m : @implementation ViewController @synthesize generateButton =
This code in JS gives me a popup saying i think null is a
This code is from Prototype.js . I've looked at probably 20 different tutorials, 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.