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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T06:12:26+00:00 2026-06-01T06:12:26+00:00

I think all of the tutorials I found are from before you could use

  • 0

I think all of the tutorials I found are from before you could use a xib with uisegmented control. Basically, I am just trying to load websites, that will switch when tapping between UISegmentedControls.

FYI, this is the way I am loading the websites:

    NSURL *USurl = [NSURL URLWithString:USurlAddress];

//URL Requst Object
NSURLRequest *USrequestObj = [NSURLRequest requestWithURL:USurl];

//Load the request in the UIWebView.
[webview loadRequest:USrequestObj];
  • 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-01T06:12:28+00:00Added an answer on June 1, 2026 at 6:12 am

    If you’re using a XIB, you have to bind the valueChanged event to a function on your file owner for example.

    That function will be called when the segmented control value change, for example:

    - (IBAction)segValueChanged:(UISegmentedControl *)seg {
      switch (seg.selectedSegmentIndex) {
         ....
      }
    }
    

    If you’re doing this by code you can add an event listener to your segmented control with:

    [segmentedControl addTarget:self
                         action:@selector(action:)
               forControlEvents:UIControlEventValueChanged];
    

    P.S.: Variable names, by convention, start with a lowercase character…

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

Sidebar

Related Questions

I am just beginning Haskell, but from all the online tutorials I've found I
I'm trying to make a listview from an arraylist using the tutorial i found
Sorry if this question seems a bit complex but I think its all related
I think we're all aware of what "your company's line-of-business software" looks like. (source:
All the ways I can think to do this seem very hackish. What is
I think the question says it all. Thanks.
Hi all I am having some problems that I think can be attributed to
All, I THINK that I'm looking for a function for Trilinear interpolation. Here's the
Dear all,Now i have this question in my java program,I think it should be
I have all the dependancies installed (or I think I do). I definitely have

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.