Skip navigation.
 
mlRe: NewBie: Trying to load a html file bundled with app...
FROM : I. Savant
DATE : Mon Jun 02 22:32:58 2008

> Is their a way I can modify this to load a htm file that is included in the
> app bundle:


  Yes. Get the main bundle for the application and ask it for the path
to the resource (given its name and type), then create a URL from
that. The rest you know ...See NSBundle for the details.

--
I.S.

Related mailsAuthorDate
mlNewBie: Trying to load a html file bundled with app... Mark Bateman Jun 2, 22:29
mlRe: NewBie: Trying to load a html file bundled with app... I. Savant Jun 2, 22:32