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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T17:30:17+00:00 2026-05-31T17:30:17+00:00

Today I’m working with an interesting problem. I’m trying to code simple bookmarks, and

  • 0

Today I’m working with an interesting problem. I’m trying to code simple bookmarks, and by that I mean the most basic functionality; store the url, and load the url when you tap it.

Right now, the idea is that I would use the following:

currentURL = currentWebView.request.URL.absoluteString;

To retrieve the current URL, and then possibly store that within NSDefaults.
(Open to any other suggestions on better ways of preforming this)

However, the problem that I’m having is that, assuming I’ve gotten that far (retrieved the URL and stored it), how would I go about putting then somewhere in a list format that displays the url that was bookmarked, and then loading them (from that separate bookmarks view) in the main view that the UIWebView is contained in?

Your time is much appreciated
–Jake

NOTE: If you need more information or anything I could possibly help you with in order to come to a solution, just ask

  • 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-31T17:30:18+00:00Added an answer on May 31, 2026 at 5:30 pm

    Simple

    Suppose your viewcontroller where your webview resides, is WebViewController and where list shows is BookmarkViewController.

    Create a property in BookmarkViewController

    @property(nonatomic,retain)WebViewController *maincontroller;
    

    Send the reference of your WebViewController to BookmarkViewController when you create BookmarkViewController object

    bookmarkobject.maincontroller=self;
    

    and then In didSelectRowAtIndexPath

    either use

    1) [maincontroller.webView loadRequest:url];

    or

    make a method in WebViewController with parameter url and call this method from didSelectRowAtIndexPath

    2) [maincontroller loadUrlInWebView:url];

    and dismiss your modal

    or create a property of url in WebViewController and in didSelectRowAtIndexPath

    3) [maincontroller urlstring:url];
    and in viewWillAppear load this url in your webview

    Hope any of these 3 methods will help you.

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

Sidebar

Related Questions

today i'm having a little problem, that probably is nothing for pros here :)
Today while I was writing some code for two methods that shows and hides
Today I have encountered a problem that required me to determine the maximum index
Today I found a weird problem, I was trying to fire a DropDownList SelectedIndexChanged
Today, I ran into this weird problem with a user using Mac OS X.
Today I was working on a tab navigation for a webpage. I tried the
Today I discovered that my fresh installation of Apache HTTP Server is able to
Today I had a coworker suggest I refactor my code to use a label
Today I stumbled about a Problem which seems to be a bug in the
Today at work we came across the following code (some of you might recognize

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.