CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 04 Aug 2025 14:45:08 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20120208230903
location: https://web.archive.org/web/20120208230903/https://answers.oreilly.com/rss/tags/IOS/
server-timing: captures_list;dur=4.063932, exclusion.robots;dur=0.024341, exclusion.robots.policy;dur=0.009840, esindex;dur=0.014609, cdx.remote;dur=17.562957, LoadShardBlock;dur=306.529498, PetaboxLoader3.datanode;dur=229.181835
x-app-server: wwwb-app223
x-ts: 302
x-tr: 360
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app223; 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: Mon, 04 Aug 2025 14:45:09 GMT
content-type: text/xml; charset=UTF-8
content-length: 5746
x-archive-orig-date: Wed, 08 Feb 2012 23:09:05 GMT
x-archive-orig-server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.8
x-archive-orig-x-powered-by: PHP/5.2.8
x-archive-orig-set-cookie: answers_session_id=deleted; expires=Tue, 08-Feb-2011 23:09:05 GMT; path=/; domain=.oreilly.com; httponly
x-archive-orig-set-cookie: answers_session_id=deleted; expires=Tue, 08-Feb-2011 23:09:05 GMT; path=/; domain=.oreilly.com; httponly
x-archive-orig-expires: Wed 08 Feb 2012 11:09:07 PM GMT GMT
x-archive-orig-cache-control: must-revalidate, post-check=0, pre-check=0
x-archive-orig-pragma: public
x-archive-orig-content-length: 5746
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: Wed, 08 Feb 2012 23:09:03 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 08 Feb 2012 23:09:03 GMT", ; rel="memento"; datetime="Wed, 08 Feb 2012 23:09:03 GMT", ; rel="next memento"; datetime="Sun, 03 Jun 2012 20:43:02 GMT", ; rel="last memento"; datetime="Tue, 22 Oct 2013 15:55:18 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: alexa20120209-22/52_26_20120208224844_crawl100.arc.gz
server-timing: captures_list;dur=0.688177, exclusion.robots;dur=0.026362, exclusion.robots.policy;dur=0.011971, esindex;dur=0.012347, cdx.remote;dur=45.882087, LoadShardBlock;dur=732.585452, PetaboxLoader3.datanode;dur=674.780779, load_resource;dur=225.614352, PetaboxLoader3.resolve;dur=151.743891
x-app-server: wwwb-app223
x-ts: 200
x-tr: 1054
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=()
accept-ranges: bytes
Tag RSS Feed: IOS
https://answers.oreilly.com/tag/IOS
Thu, 02 Feb 2012 18:02:05 +0000
60
-
Can you buy or rent Apple iOS hardware for development purposes?
https://answers.oreilly.com/topic/3132-can-you-buy-or-rent-apple-ios-hardware-for-development-purposes/
Thu, 01 Jan 1970 00:00:00 +0000
https://answers.oreilly.com/topic/3132-can-you-buy-or-rent-apple-ios-hardware-for-development-purposes/
-
How-To Create a IOS 5 App with Multiple SQLite Databases
https://answers.oreilly.com/topic/3121-how-to-create-a-ios-5-app-with-multiple-sqlite-databases/
SQLite is a great technology for data storage and persistence for mobile applications and web applications. Although not a database server, it offers nevertheless the possibility to group several data...
Mon, 30 Jan 2012 11:47:51 +0000
https://answers.oreilly.com/topic/3121-how-to-create-a-ios-5-app-with-multiple-sqlite-databases/
-
How-to Develop IOS 5 Apps with iCloud Capabilities
https://answers.oreilly.com/topic/3102-how-to-develop-ios-5-apps-with-icloud-capabilities/
Mon, 16 Jan 2012 11:22:33 +0000
https://answers.oreilly.com/topic/3102-how-to-develop-ios-5-apps-with-icloud-capabilities/
-
Creating Leaderboards in iTunes Connect
https://answers.oreilly.com/topic/2899-creating-leaderboards-in-itunes-connect/
Wed, 14 Sep 2011 12:04:54 +0000
https://answers.oreilly.com/topic/2899-creating-leaderboards-in-itunes-connect/
-
How to do UI Testing of iOS Applications Using OCUnit
https://answers.oreilly.com/topic/2828-how-to-do-ui-testing-of-ios-applications-using-ocunit/
Until recently, the only want to do UI testing of your iOS applications was to use the UIAutomationFramework, which was buggy, very difficult to code for, and could not be run in an automated fashion,...
Tue, 02 Aug 2011 03:44:39 +0000
https://answers.oreilly.com/topic/2828-how-to-do-ui-testing-of-ios-applications-using-ocunit/
-
An Introduction to Grand Central Dispatch
https://answers.oreilly.com/topic/2812-an-introduction-to-grand-central-dispatch/
Grand Central Dispatch, or GCD for short, is a low-level C API that works with block objects. The real use for GCD is to dispatch tasks to multiple cores without making you, the programmer, worry abou...
Wed, 27 Jul 2011 08:58:38 +0000
https://answers.oreilly.com/topic/2812-an-introduction-to-grand-central-dispatch/
-
A Short Introduction to Block Objects in Objective-C
https://answers.oreilly.com/topic/2810-a-short-introduction-to-block-objects-in-objective-c/
Block objects are packages of code that usually appear in the form of methods in Objective-C. In this excerpt from Concurrent Programming in Mac OS X and iOS the author speaks to their purpose and use...
Tue, 26 Jul 2011 21:44:48 +0000
https://answers.oreilly.com/topic/2810-a-short-introduction-to-block-objects-in-objective-c/
-
Is the iPhone 5 coming soon and to T-MO and Sprint?
https://answers.oreilly.com/topic/2798-is-the-iphone-5-coming-soon-and-to-t-mo-and-sprint/
Thu, 01 Jan 1970 00:00:00 +0000
https://answers.oreilly.com/topic/2798-is-the-iphone-5-coming-soon-and-to-t-mo-and-sprint/
-
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/