CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 24 Jul 2025 18:18:04 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20130511080025
location: https://web.archive.org/web/20130511080025/https://answers.oreilly.com/rss/tags/xcode/
server-timing: captures_list;dur=0.845948, exclusion.robots;dur=0.034245, exclusion.robots.policy;dur=0.015350, esindex;dur=0.017039, cdx.remote;dur=35.272595, LoadShardBlock;dur=916.066108, PetaboxLoader3.datanode;dur=586.748758, PetaboxLoader3.resolve;dur=286.939286
x-app-server: wwwb-app221
x-ts: 302
x-tr: 991
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app221; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 24 Jul 2025 18:18:05 GMT
content-type: text/xml; charset=UTF-8
x-archive-orig-date: Sat, 11 May 2013 08:00:25 GMT
x-archive-orig-server: Apache
x-archive-orig-expires: Sat 11 May 2013 08:00:26 AM GMT GMT
x-archive-orig-cache-control: must-revalidate, post-check=0, pre-check=0
x-archive-orig-pragma: public
x-archive-orig-set-cookie: answers_session_id=2eb8acf5859a830db57c535c4b2cdea8; path=/; domain=.oreilly.com; httponly
x-archive-orig-set-cookie: answers_session_id=2eb8acf5859a830db57c535c4b2cdea8; path=/; domain=.oreilly.com; httponly
x-archive-orig-connection: close
cache-control: max-age=1800
x-archive-guessed-content-type: text/xml
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 11 May 2013 08:00:25 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 25 Jul 2010 11:37:59 GMT", ; rel="prev memento"; datetime="Sun, 25 Jul 2010 11:37:59 GMT", ; rel="memento"; datetime="Sat, 11 May 2013 08:00:25 GMT", ; rel="next memento"; datetime="Sat, 24 Aug 2013 13:39:14 GMT", ; rel="last memento"; datetime="Wed, 28 Aug 2013 06:00:14 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: WIDE-20130511074451-crawl457/WIDE-20130511080014-00416.warc.gz
server-timing: captures_list;dur=0.756908, exclusion.robots;dur=0.032609, exclusion.robots.policy;dur=0.016211, esindex;dur=0.016691, cdx.remote;dur=33.664150, LoadShardBlock;dur=214.214819, PetaboxLoader3.datanode;dur=128.548494, PetaboxLoader3.resolve;dur=294.632232, load_resource;dur=267.632576
x-app-server: wwwb-app221
x-ts: 200
x-tr: 572
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
Tag RSS Feed: xcode
https://answers.oreilly.com/tag/xcode
Sat, 01 Sep 2012 10:46:05 +0000
60
-
iPad Retina Display
https://answers.oreilly.com/topic/3556-ipad-retina-display/
Thu, 01 Jan 1970 00:00:00 +0000
https://answers.oreilly.com/topic/3556-ipad-retina-display/
-
How do you capture the Add New City data when trying to make the CityGuide program from the iOS programming second edition book in Chapter 5?
https://answers.oreilly.com/topic/3351-how-do-you-capture-the-add-new-city-data-when-trying-to-make-the-cityguide-program-from-the-ios-programming-second-edition-book-in-chapter-5/
Thu, 01 Jan 1970 00:00:00 +0000
https://answers.oreilly.com/topic/3351-how-do-you-capture-the-add-new-city-data-when-trying-to-make-the-cityguide-program-from-the-ios-programming-second-edition-book-in-chapter-5/
-
xCode Magnetometer
https://answers.oreilly.com/topic/2891-xcode-magnetometer/
Thu, 01 Jan 1970 00:00:00 +0000
https://answers.oreilly.com/topic/2891-xcode-magnetometer/
-
How Classes and Instances Differ in Object-based Programming
https://answers.oreilly.com/topic/2848-how-classes-and-instances-differ-in-object-based-programming/
Thu, 11 Aug 2011 11:37:35 +0000
https://answers.oreilly.com/topic/2848-how-classes-and-instances-differ-in-object-based-programming/
-
Xcode 4 Refactoring Features - Part 1
https://answers.oreilly.com/topic/2736-xcode-4-refactoring-features-part-1/
Sat, 04 Jun 2011 16:56:21 +0000
https://answers.oreilly.com/topic/2736-xcode-4-refactoring-features-part-1/
-
Incorporating UITableView in your iOS Apps (Video, Part 1)
https://answers.oreilly.com/topic/2725-incorporating-uitableview-in-your-ios-apps-video-part-1/
*** Example code is attached ***
In this video, you will learn (in 5 minutes) how to incorporate a Table View into your iOS app. You will learn how to create a Table View using Interface Builder in X...
Sat, 28 May 2011 06:10:45 +0000
https://answers.oreilly.com/topic/2725-incorporating-uitableview-in-your-ios-apps-video-part-1/
-
Animations in iOS Using Block Objects (Video, Part 2)
https://answers.oreilly.com/topic/2720-animations-in-ios-using-block-objects-video-part-2/
*** Example code is attached ***
After learning simple block object animations in iOS in the previous video, you will now learn how to use more complicated block based animations that take advantage ...
Thu, 26 May 2011 11:36:13 +0000
https://answers.oreilly.com/topic/2720-animations-in-ios-using-block-objects-video-part-2/
-
Animations in iOS Using Block Objects (Video, Part 1)
https://answers.oreilly.com/topic/2712-animations-in-ios-using-block-objects-video-part-1/
*** Example code is attached ***
In this video, you will learn how to use the new block-based animations in the UIView class in iOS to create animations in your iOS apps.
To learn more about graphic...
Mon, 23 May 2011 12:32:58 +0000
https://answers.oreilly.com/topic/2712-animations-in-ios-using-block-objects-video-part-1/
-
DocBook Video Tutorial 2 - DocBook to PDF with Xcode and XMLLINT
https://answers.oreilly.com/topic/2667-docbook-video-tutorial-2-docbook-to-pdf-with-xcode-and-xmllint/
In this tutorial you will learn:
Downloading DocBook DocumentationWriting DocBook in XcodeValidating DocBook XMLsGenerating PDF from DocBook XMLs
To download MacPorts, go to: https://macports.org/
To...
Fri, 29 Apr 2011 11:41:43 +0000
https://answers.oreilly.com/topic/2667-docbook-video-tutorial-2-docbook-to-pdf-with-xcode-and-xmllint/
-
DocBook Video Tutorial 1 – Setting up Xcode 4 and SVN
https://answers.oreilly.com/topic/2627-docbook-video-tutorial-1-%e2%80%93-setting-up-xcode-4-and-svn/
Sat, 16 Apr 2011 15:31:49 +0000
https://answers.oreilly.com/topic/2627-docbook-video-tutorial-1-%e2%80%93-setting-up-xcode-4-and-svn/