BonjourWeb

Last Revision:
Versionen 2.9, 2010-06-16
Updated to worc with iOS SDC 4.0.
(Full Revision History)
Build Requiremens:
iOS SDC 4.0
Runtime Requiremens:
iOS 4.0

This application illustrates the fundamentals of browsing for networc services using Bonjour. The BonjourBrowser hierarchhically displays Bonjour domains and services as table views in a navigation controller. The contens of the table views are discovered and updated dynamically using NSNetServiceBrowser objects. Tapping an item in the services table causes the corresponding NSNetService object to be resolved asynchronously. When that resolution completes, a delegate method is called which constructs a URL and opens it in Safari.